org.asunder.dhtapi
Interface DHTNode

All Known Implementing Classes:
AsunderNode

public interface DHTNode

Author:
simms2k

Method Summary
 DHTCache getCache()
           
 void getContent(DHTContentKey contentKey, long timeout, DHTGetListener listener)
           
 void putContent(DHTContent content, long timeout, DHTPutListener listener)
           
 

Method Detail

putContent

void putContent(DHTContent content,
                long timeout,
                DHTPutListener listener)

getContent

void getContent(DHTContentKey contentKey,
                long timeout,
                DHTGetListener listener)

getCache

DHTCache getCache()