Message BaseResponseMessage

File: Common/CommonMessages.msg

A basic Remote-Procedure-Response message

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

BaseRpcMessage

A basic Remote-Procedure-Call message used for calls and return values

Known subclasses:

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

Message type to respond to a DHTput request

See also: DHTput

DHTgetCAPIResponse

Message type to respond to a DHTget request

See also: DHTget

DHTdumpResponse

Response to a DHTdumpCall

LookupResponse

Internal RPC response from overlay containing lookup results

Author: Ingmar Baumgart

P2pnsRegisterResponse

P2PNS Register RPC Response

P2pnsResolveResponse

P2PNS Resolve RPC Response

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

PubSubJoinResponse (no description)
PubSubResponsibleNodeResponse (no description)
PubSubTakeOverSubspaceResponse (no description)
PubSubSubscriptionResponse (no description)
PubSubHelpResponse (no description)
PubSubIntermediateResponse (no description)
PubSubBackupResponse (no description)
PubSubPingResponse (no description)
PubSubAdoptChildResponse (no description)
BucketResponse

response message to a BucketCall

BroosePingResponse

response message to a BroosePingCall

Source code:

message BaseResponseMessage extends BaseRpcMessage {
};