Property | Type | Description | |
---|---|---|---|
IdKey | BEncodedString | ||
Properties | BEncodedDictionary |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
Decode ( byte buffer, int offset, int length ) : void | ||
Encode ( byte buffer, int offset ) : int | ||
Handle ( DhtEngine engine, Common.Node node ) : void |
Method | Description | |
---|---|---|
Message ( BEncodedDictionary dictionary ) : BEncoding | ||
Message ( BEncodedValue messageType ) : BEncoding |
public Decode ( byte buffer, int offset, int length ) : void | ||
buffer | byte | |
offset | int | |
length | int | |
return | void |
public Encode ( byte buffer, int offset ) : int | ||
buffer | byte | |
offset | int | |
return | int |
public Handle ( DhtEngine engine, Common.Node node ) : void | ||
engine | DhtEngine | |
node | Common.Node | |
return | void |
protected Message ( BEncodedDictionary dictionary ) : BEncoding | ||
dictionary | BEncodedDictionary | |
return | BEncoding |
protected Message ( BEncodedValue messageType ) : BEncoding | ||
messageType | BEncodedValue | |
return | BEncoding |