Package com.biglybt.core.dht.transport
Interface DHTTransportValue
- All Known Subinterfaces:
DHTDBValue
- All Known Implementing Classes:
DHTControlImpl.anonValue
,DHTDBValueImpl
public interface DHTTransportValue
-
Method Details
-
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()
-