com.aelitis.azureus.core.dht.transport
Interface DHTTransportValue

All Known Subinterfaces:
DHTDBValue
All Known Implementing Classes:
DHTControlImpl.anonValue, DHTDBValueImpl

public interface DHTTransportValue

Author:
parg

Method Summary
 long getCreationTime()
           
 int getFlags()
           
 int getLifeTimeHours()
           
 DHTTransportContact getOriginator()
           
 byte getReplicationControl()
           
 byte getReplicationFactor()
           
 byte getReplicationFrequencyHours()
           
 String getString()
           
 byte[] getValue()
           
 int getVersion()
           
 boolean isLocal()
           
 

Method Detail

isLocal

boolean isLocal()

getCreationTime

long getCreationTime()

getValue

byte[] getValue()

getVersion

int getVersion()

getOriginator

DHTTransportContact getOriginator()

getFlags

int getFlags()

getLifeTimeHours

int getLifeTimeHours()

getReplicationControl

byte getReplicationControl()

getReplicationFactor

byte getReplicationFactor()

getReplicationFrequencyHours

byte getReplicationFrequencyHours()

getString

String getString()