Package com.biglybt.plugin.dht.impl
Class DHTPluginValueImpl
- java.lang.Object
-
- com.biglybt.plugin.dht.impl.DHTPluginValueImpl
-
- All Implemented Interfaces:
DHTPluginValue
public class DHTPluginValueImpl extends java.lang.Object implements DHTPluginValue
-
-
Field Summary
Fields Modifier and Type Field Description private DHTTransportValue
value
-
Constructor Summary
Constructors Modifier Constructor Description protected
DHTPluginValueImpl(DHTTransportValue _value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getCreationTime()
int
getFlags()
byte[]
getValue()
long
getVersion()
boolean
isLocal()
-
-
-
Field Detail
-
value
private DHTTransportValue value
-
-
Constructor Detail
-
DHTPluginValueImpl
protected DHTPluginValueImpl(DHTTransportValue _value)
-
-
Method Detail
-
getValue
public byte[] getValue()
- Specified by:
getValue
in interfaceDHTPluginValue
-
getCreationTime
public long getCreationTime()
- Specified by:
getCreationTime
in interfaceDHTPluginValue
-
getVersion
public long getVersion()
- Specified by:
getVersion
in interfaceDHTPluginValue
-
isLocal
public boolean isLocal()
- Specified by:
isLocal
in interfaceDHTPluginValue
-
getFlags
public int getFlags()
- Specified by:
getFlags
in interfaceDHTPluginValue
-
-