File: Common/CommonMessages.msg
A basic Remote-Procedure-Call 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 |
DHTMessageCall | (no description) |
ScribeJoinCall | (no description) |
ScribePublishCall | (no description) |
FindNodeCall | A basic find node rpc response |
FailedNodeCall | A basic failed node notification |
PingCall | A basic ping rpc call |
NextHopCall | A next hop rpc call |
DHTputCAPICall | Author: Ingmar Baumgart |
DHTgetCAPICall | Author: Ingmar Baumgart |
LookupCall | Author: Ingmar Baumgart |
P2pnsRegisterCall | Author: Ingmar Baumgart |
P2pnsResolveCall | Author: Ingmar Baumgart |
NotifyCall | Message used to inform about existing predecessors |
JoinCall | Message used to join a chord overlay |
StabilizeCall | Message used for the stabilization protocol as mentioned in "Chord: A Scalable Peer-to-Peer Lookup Protocol for Internet Applications" |
FixfingersCall | Message used to verify our ChordFingerTable |
DeBruijnCall | (no description) |
BucketCall | requests a bucket from the destination node |
BroosePingCall | a ping message to check if destination node is answering |
message BaseCallMessage extends BaseRpcMessage { };