File: Common/CommonMessages.msg
A basic Remote-Procedure-Response message
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
BaseRpcMessage | A basic Remote-Procedure-Call message used for calls and return values |
DHTMessageResponse | (no description) |
ScribeJoinResponse | (no description) |
ScribePublishResponse | (no description) |
FindNodeResponse | A basic find node rpc call |
FailedNodeResponse | A basic failed node response |
PingResponse | A basic ping response |
NextHopResponse | A next hop response / acknowledgement |
DHTputCAPIResponse | Author: Ingmar Baumgart |
DHTgetCAPIResponse | Author: Ingmar Baumgart |
LookupResponse | Author: Ingmar Baumgart |
P2pnsRegisterResponse | Author: Ingmar Baumgart |
P2pnsResolveResponse | Author: Ingmar Baumgart |
NotifyResponse | Message used to answer to a NotifyCall message |
JoinResponse | Message used to answer to a JoinCall message |
StabilizeResponse | Message used to answer to a StabilizeCall message |
FixfingersResponse | Message used to answer to a FixfingersCall message |
DeBruijnResponse | Message used to answer to a DeBruijnCall message |
BucketResponse | response message to a BucketCall |
BroosePingResponse | response message to a BroosePingCall |
message BaseResponseMessage extends BaseRpcMessage { };