Rice Pastry API

Uses of Class
rice.pastry.routing.SendOptions

Packages that use SendOptions
rice.pastry.client   
rice.pastry.commonapi   
rice.pastry.routing   
rice.pastry.testing   
rice.rm   
rice.rm.testing   
rice.scribe   
rice.scribe.testing   
 

Uses of SendOptions in rice.pastry.client
 

Methods in rice.pastry.client with parameters of type SendOptions
 boolean PastryAppl.routeMsgDirect(rice.pastry.NodeHandle dest, rice.pastry.messaging.Message msg, rice.pastry.security.Credentials cred, rice.pastry.routing.SendOptions opt)
          Sends a message to the Pastry node identified by dest.
 void PastryAppl.routeMsg(rice.pastry.Id key, rice.pastry.messaging.Message msg, rice.pastry.security.Credentials cred, rice.pastry.routing.SendOptions opt)
          Routes a message to the live node D with nodeId numerically closest to key (at the time of delivery).
 boolean PastryAppl.enrouteMessage(rice.pastry.messaging.Message msg, rice.pastry.Id key, rice.pastry.NodeId nextHop, rice.pastry.routing.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(rice.p2p.commonapi.Message msg, rice.p2p.commonapi.Id key, rice.pastry.NodeId nextHop, rice.pastry.routing.SendOptions opt)
           
 

Uses of SendOptions in rice.pastry.routing
 

Methods in rice.pastry.routing that return SendOptions
 rice.pastry.routing.SendOptions RouteMessage.getOptions()
          Get transmission options.
 

Constructors in rice.pastry.routing with parameters of type SendOptions
RouteMessage(rice.pastry.Id target, rice.pastry.messaging.Message msg, rice.pastry.security.Credentials cred, rice.pastry.routing.SendOptions opts)
          Constructor.
RouteMessage(rice.pastry.NodeHandle dest, rice.pastry.messaging.Message msg, rice.pastry.security.Credentials cred, rice.pastry.routing.SendOptions opts, rice.pastry.messaging.Address aux)
          Constructor.
RouteMessage(rice.pastry.Id target, rice.pastry.messaging.Message msg, rice.pastry.security.Credentials cred, rice.pastry.routing.SendOptions opts, rice.pastry.messaging.Address aux)
          Constructor.
 

Uses of SendOptions in rice.pastry.testing
 

Methods in rice.pastry.testing with parameters of type SendOptions
 boolean HelloWorldApp.enrouteMessage(rice.pastry.messaging.Message msg, rice.pastry.Id key, rice.pastry.NodeId nextHop, rice.pastry.routing.SendOptions opt)
          Invoked on intermediate nodes in routing path.
 boolean Ping.enrouteMessage(rice.pastry.messaging.Message msg, rice.pastry.Id from, rice.pastry.NodeId nextHop, rice.pastry.routing.SendOptions opt)
           
 boolean PingClient.enrouteMessage(rice.pastry.messaging.Message msg, rice.pastry.Id from, rice.pastry.NodeId nextHop, rice.pastry.routing.SendOptions opt)
           
 

Uses of SendOptions in rice.rm
 

Fields in rice.rm declared as SendOptions
 rice.pastry.routing.SendOptions RMImpl._sendOptions
          The SendOptions object to be used for all messaging through Pastry.
 

Uses of SendOptions in rice.rm.testing
 

Fields in rice.rm.testing declared as SendOptions
 rice.pastry.routing.SendOptions RMRegrTestApp._sendOptions
           
 

Uses of SendOptions in rice.scribe
 

Fields in rice.scribe declared as SendOptions
protected  rice.pastry.routing.SendOptions Scribe.m_sendOptions
          The SendOptions object to be used for all messaging through Pastry.
 

Methods in rice.scribe that return SendOptions
 rice.pastry.routing.SendOptions Scribe.getSendOptions()
          Returns the send options in the Scribe system.
 

Methods in rice.scribe with parameters of type SendOptions
 boolean Scribe.enrouteMessage(rice.pastry.messaging.Message msg, rice.pastry.Id target, rice.pastry.NodeId nextHop, rice.pastry.routing.SendOptions opt)
          Called by pastry when a message is enroute and is passing through this node.
 

Uses of SendOptions in rice.scribe.testing
 

Fields in rice.scribe.testing declared as SendOptions
protected  rice.pastry.routing.SendOptions DistScribeRegrTestApp.m_sendOptions
          The SendOptions object to be used for all messaging through Pastry
 


Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection