Package com.biglybt.core.dht
Interface DHTStorageBlock
-
- All Known Implementing Classes:
DHTPluginStorageManager.keyBlock
public interface DHTStorageBlock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getCertificate()
byte[]
getKey()
byte[]
getRequest()
boolean
hasBeenSentTo(DHTTransportContact contact)
void
sentTo(DHTTransportContact contact)
-
-
-
Method Detail
-
getKey
byte[] getKey()
-
getRequest
byte[] getRequest()
-
getCertificate
byte[] getCertificate()
-
hasBeenSentTo
boolean hasBeenSentTo(DHTTransportContact contact)
-
sentTo
void sentTo(DHTTransportContact contact)
-
-