| 
Rice Pastry API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SendOptions | |
| rice.pastry.client | |
| rice.pastry.commonapi | |
| rice.pastry.routing | |
| rice.pastry.testing | |
| Uses of SendOptions in rice.pastry.client | 
| Methods in rice.pastry.client with parameters of type SendOptions | |
 boolean | 
PastryAppl.routeMsgDirect(NodeHandle dest,
               Message msg,
               Credentials cred,
               SendOptions opt)
Sends a message to the Pastry node identified by dest.  | 
 void | 
PastryAppl.routeMsg(Id key,
         Message msg,
         Credentials cred,
         SendOptions opt)
Routes a message to the live node D with nodeId numerically closest to key (at the time of delivery).  | 
 boolean | 
PastryAppl.enrouteMessage(Message msg,
               Id key,
               NodeId nextHop,
               SendOptions opt)
Called by pastry when a message is enroute and is passing through this node.  | 
| Uses of SendOptions in rice.pastry.commonapi | 
| Methods in rice.pastry.commonapi with parameters of type SendOptions | |
 boolean | 
PastryEndpoint.enrouteMessage(Message msg,
               Id key,
               NodeId nextHop,
               SendOptions opt)
DESCRIBE THE METHOD  | 
| Uses of SendOptions in rice.pastry.routing | 
| Methods in rice.pastry.routing that return SendOptions | |
 SendOptions | 
RouteMessage.getOptions()
Get transmission options.  | 
| Constructors in rice.pastry.routing with parameters of type SendOptions | |
RouteMessage(Id target,
             Message msg,
             Credentials cred,
             SendOptions opts)
Constructor.  | 
|
RouteMessage(NodeHandle dest,
             Message msg,
             Credentials cred,
             SendOptions opts,
             Address aux)
Constructor.  | 
|
RouteMessage(Id target,
             Message msg,
             Credentials cred,
             SendOptions opts,
             Address aux)
Constructor.  | 
|
| Uses of SendOptions in rice.pastry.testing | 
| Methods in rice.pastry.testing with parameters of type SendOptions | |
 boolean | 
HelloWorldApp.enrouteMessage(Message msg,
               Id key,
               NodeId nextHop,
               SendOptions opt)
Invoked on intermediate nodes in routing path.  | 
 boolean | 
Ping.enrouteMessage(Message msg,
               Id from,
               NodeId nextHop,
               SendOptions opt)
DESCRIBE THE METHOD  | 
 boolean | 
PingClient.enrouteMessage(Message msg,
               Id from,
               NodeId nextHop,
               SendOptions opt)
DESCRIBE THE METHOD  | 
  | 
Rice Pastry API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||