ePOST API

Uses of Class
rice.pastry.routing.SendOptions

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.enrouteMessage(Message msg, Id key, NodeHandle nextHop, SendOptions opt)
          Called by pastry when a message is enroute and is passing through this node.
 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.routeMsgDirect(NodeHandle dest, Message msg, Credentials cred, SendOptions opt)
          Sends a message to the Pastry node identified by dest.
 

Uses of SendOptions in rice.pastry.commonapi
 

Methods in rice.pastry.commonapi with parameters of type SendOptions
 boolean PastryEndpoint.enrouteMessage(Message msg, Id key, NodeHandle nextHop, SendOptions opt)
           
 

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(Id target, Message msg, Credentials cred, SendOptions opts, Address aux)
          Constructor.
RouteMessage(NodeHandle dest, 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, NodeHandle nextHop, SendOptions opt)
          Invoked on intermediate nodes in routing path.
 boolean Ping.enrouteMessage(Message msg, Id from, NodeHandle nextHop, SendOptions opt)
           
 boolean PingClient.enrouteMessage(Message msg, Id from, NodeHandle nextHop, SendOptions opt)
           
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.