com.aelitis.azureus.plugins.dht.impl
Class DHTPluginValueImpl

java.lang.Object
  extended by com.aelitis.azureus.plugins.dht.impl.DHTPluginValueImpl
All Implemented Interfaces:
DHTPluginValue

public class DHTPluginValueImpl
extends Object
implements DHTPluginValue


Constructor Summary
protected DHTPluginValueImpl(DHTTransportValue _value)
           
 
Method Summary
 long getCreationTime()
           
 int getFlags()
           
 byte[] getValue()
           
 long getVersion()
           
 boolean isLocal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DHTPluginValueImpl

protected DHTPluginValueImpl(DHTTransportValue _value)
Method Detail

getValue

public byte[] getValue()
Specified by:
getValue in interface DHTPluginValue

getCreationTime

public long getCreationTime()
Specified by:
getCreationTime in interface DHTPluginValue

getVersion

public long getVersion()
Specified by:
getVersion in interface DHTPluginValue

isLocal

public boolean isLocal()
Specified by:
isLocal in interface DHTPluginValue

getFlags

public int getFlags()
Specified by:
getFlags in interface DHTPluginValue