com.aelitis.azureus.core.dht.control.impl
Class DHTControlImpl.DHTTransportStoreReplyImpl

java.lang.Object
  extended by com.aelitis.azureus.core.dht.control.impl.DHTControlImpl.DHTTransportStoreReplyImpl
All Implemented Interfaces:
DHTTransportStoreReply
Enclosing class:
DHTControlImpl

protected static class DHTControlImpl.DHTTransportStoreReplyImpl
extends Object
implements DHTTransportStoreReply


Constructor Summary
protected DHTControlImpl.DHTTransportStoreReplyImpl(byte[] _divs)
           
protected DHTControlImpl.DHTTransportStoreReplyImpl(byte[] _bk, byte[] _bs)
           
 
Method Summary
 boolean blocked()
           
 byte[] getBlockRequest()
           
 byte[] getBlockSignature()
           
 byte[] getDiversificationTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DHTControlImpl.DHTTransportStoreReplyImpl

protected DHTControlImpl.DHTTransportStoreReplyImpl(byte[] _divs)

DHTControlImpl.DHTTransportStoreReplyImpl

protected DHTControlImpl.DHTTransportStoreReplyImpl(byte[] _bk,
                                                    byte[] _bs)
Method Detail

getDiversificationTypes

public byte[] getDiversificationTypes()
Specified by:
getDiversificationTypes in interface DHTTransportStoreReply

blocked

public boolean blocked()
Specified by:
blocked in interface DHTTransportStoreReply

getBlockRequest

public byte[] getBlockRequest()
Specified by:
getBlockRequest in interface DHTTransportStoreReply

getBlockSignature

public byte[] getBlockSignature()
Specified by:
getBlockSignature in interface DHTTransportStoreReply