com.aelitis.azureus.core.dht.transport
Interface DHTTransportStoreReply

All Known Implementing Classes:
DHTControlImpl.DHTTransportStoreReplyImpl

public interface DHTTransportStoreReply


Method Summary
 boolean blocked()
           
 byte[] getBlockRequest()
           
 byte[] getBlockSignature()
           
 byte[] getDiversificationTypes()
           
 

Method Detail

getDiversificationTypes

byte[] getDiversificationTypes()

blocked

boolean blocked()

getBlockRequest

byte[] getBlockRequest()

getBlockSignature

byte[] getBlockSignature()