| Class | Description |
|---|---|
| Codec |
Created by Christoph on 21.09.2016.
|
| FindNode |
The recipient of the request will return the k nodes in his own buckets that are the closest ones to the requested key.
|
| FindValue |
Same as FIND_NODE, but if the recipient of the request has the requested key in its store, it will return the corresponding value.
|
| Message |
Created by Christoph on 21.09.2016.
|
| NodeReply |
Created by Christoph on 23.09.2016.
|
| Ping |
Used to verify that a node is still alive.
|
| Pong |
Response to Ping
Created by Christoph on 22.09.2016.
|
| Store |
Stores a (key, value) pair in one node.
|
| StoreReply |
Response to Ping
Created by Christoph on 22.09.2016.
|
| ValueReply |
Same as FIND_NODE, but if the recipient of the request has the requested key in its store, it will return the corresponding value.
|
| Enum | Description |
|---|---|
| MessageType |
Created by Christoph on 21.09.2016.
|
Copyright © 2016. All Rights Reserved.