Class DHTControlImpl.DHTTransportStoreReplyImpl
java.lang.Object
com.biglybt.core.dht.control.impl.DHTControlImpl.DHTTransportStoreReplyImpl
- All Implemented Interfaces:
DHTTransportStoreReply
- Enclosing class:
DHTControlImpl
protected static class DHTControlImpl.DHTTransportStoreReplyImpl
extends Object
implements DHTTransportStoreReply
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate byte[]
private byte[]
private byte[]
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
DHTTransportStoreReplyImpl
(byte[] _divs) protected
DHTTransportStoreReplyImpl
(byte[] _bk, byte[] _bs) -
Method Summary
-
Field Details
-
divs
private byte[] divs -
block_request
private byte[] block_request -
block_sig
private byte[] block_sig
-
-
Constructor Details
-
DHTTransportStoreReplyImpl
protected DHTTransportStoreReplyImpl(byte[] _divs) -
DHTTransportStoreReplyImpl
protected DHTTransportStoreReplyImpl(byte[] _bk, byte[] _bs)
-
-
Method Details
-
getDiversificationTypes
public byte[] getDiversificationTypes()- Specified by:
getDiversificationTypes
in interfaceDHTTransportStoreReply
-
blocked
public boolean blocked()- Specified by:
blocked
in interfaceDHTTransportStoreReply
-
getBlockRequest
public byte[] getBlockRequest()- Specified by:
getBlockRequest
in interfaceDHTTransportStoreReply
-
getBlockSignature
public byte[] getBlockSignature()- Specified by:
getBlockSignature
in interfaceDHTTransportStoreReply
-