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 java.lang.Object implements DHTTransportStoreReply
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]
block_request
private byte[]
block_sig
private byte[]
divs
-
Constructor Summary
Constructors Modifier Constructor Description protected
DHTTransportStoreReplyImpl(byte[] _divs)
protected
DHTTransportStoreReplyImpl(byte[] _bk, byte[] _bs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
blocked()
byte[]
getBlockRequest()
byte[]
getBlockSignature()
byte[]
getDiversificationTypes()
-
-
-
Method Detail
-
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
-
-