|
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,
NodeHandleFactory nhf,
PastryNode pn)
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + int auxAddress + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + Id target + + + + + + + + + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + NodeHandle prev + + (used to repair routing table during routing) + + + ... |
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 |