Package com.biglybt.core.dht.transport
Interface DHTTransportFindValueReply
-
- All Known Implementing Classes:
DHTControlImpl.DHTTransportFindValueReplyImpl
public interface DHTTransportFindValueReply
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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()
-
-