|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RouteMessage | |
---|---|
rice.pastry.client | |
rice.pastry.direct | |
rice.pastry.routing | |
rice.pastry.socket | |
rice.pastry.testing |
Uses of RouteMessage in rice.pastry.client |
---|
Methods in rice.pastry.client with parameters of type RouteMessage | |
---|---|
void |
CommonAPIAppl.forward(RouteMessage msg)
Called by pastry when a message is enroute and is passing through this node. |
Uses of RouteMessage in rice.pastry.direct |
---|
Methods in rice.pastry.direct with parameters of type RouteMessage | |
---|---|
void |
DirectPastryNode.route(RouteMessage rm)
|
Uses of RouteMessage in rice.pastry.routing |
---|
Methods in rice.pastry.routing that return RouteMessage | |
---|---|
static RouteMessage |
RouteMessage.build(InputBuffer buf,
PastryNode pn,
byte outputVersion)
version 1: +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + int auxAddress + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + bool hasHndle + // if it has a destinationHandle instead of an Id +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + Id target + + (only existis if the hasHandle boolean is false + + + + + + + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + NodeHandle destinationHandle + + (used if the RouteMessage is intended for a specific node) + + (only exists if the hasHandle boolean is true) + ... |
Uses of RouteMessage in rice.pastry.socket |
---|
Methods in rice.pastry.socket that return RouteMessage | |
---|---|
RouteMessage |
SocketBuffer.getRouteMessage()
|
Uses of RouteMessage in rice.pastry.testing |
---|
Methods in rice.pastry.testing with parameters of type RouteMessage | |
---|---|
void |
RegrTestApp.forward(RouteMessage rm)
|
|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |