|
Class Summary |
| DisconnectMessage |
Class which represents a disconnect notice in the Socket-based
pastry wire protocol. |
| HelloMessage |
Class which represents a greeting in the socket-based pastry protocol. |
| HelloResponseMessage |
Class which represents a greeting response in the socket-based pastry protocol. |
| LeafSetRequestMessage |
Message which represents a request to get the leafset from the remote node. |
| LeafSetResponseMessage |
A response message to a LeafSetRequestMessage, containing the remote
node's leafset. |
| NodeIdRequestMessage |
Message which represents a request to get a node Id from the remote node. |
| NodeIdResponseMessage |
A response message to a NodeIdRequestMessage, containing the remote
node's nodeId. |
| RouteRowRequestMessage |
Message which represents a request to get the leafset from the remote node. |
| RouteRowResponseMessage |
A response message to a RouteRowRequestMessage, containing the remote
node's routerow. |
| SocketCommandMessage |
Class which represents a "command" message sent across the
socket-based pastry protocol. |
| SocketMessage |
Class which abstracts out a message sent across the
socket-based pastry protocol. |
| SocketTransportMessage |
Class which represents a wrapper message sent across the socket-based
protocol - it has another message inside of it. |