com.aelitis.azureus.plugins.dht
Interface DHTPluginValue

All Known Implementing Classes:
DHTPluginValueImpl

public interface DHTPluginValue

Author:
parg

Method Summary
 long getCreationTime()
           
 int getFlags()
           
 byte[] getValue()
           
 long getVersion()
           
 boolean isLocal()
           
 

Method Detail

getValue

byte[] getValue()

getCreationTime

long getCreationTime()

getVersion

long getVersion()

isLocal

boolean isLocal()

getFlags

int getFlags()