Package com.biglybt.core.dht.transport
Interface DHTTransportValue
-
- All Known Subinterfaces:
DHTDBValue
- All Known Implementing Classes:
DHTControlImpl.anonValue
,DHTDBValueImpl
public interface DHTTransportValue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getCreationTime()
int
getFlags()
int
getLifeTimeHours()
DHTTransportContact
getOriginator()
byte
getReplicationControl()
byte
getReplicationFactor()
byte
getReplicationFrequencyHours()
java.lang.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
java.lang.String getString()
-
-