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

All Known Implementing Classes:
DHTControlImpl.DHTTransportFindValueReplyImpl

public interface DHTTransportFindValueReply

Author:
parg

Method Summary
 boolean blocked()
           
 byte[] getBlockedKey()
           
 byte[] getBlockedSignature()
           
 DHTTransportContact[] getContacts()
           
 byte getDiversificationType()
           
 DHTTransportValue[] getValues()
           
 boolean hit()
           
 

Method Detail

getDiversificationType

byte getDiversificationType()

hit

boolean hit()

getValues

DHTTransportValue[] getValues()

getContacts

DHTTransportContact[] getContacts()

blocked

boolean blocked()

getBlockedKey

byte[] getBlockedKey()

getBlockedSignature

byte[] getBlockedSignature()