Rice Pastry API

Uses of Interface
rice.p2p.commonapi.RouteMessage

Packages that use RouteMessage
rice.p2p.commonapi   
rice.p2p.past   
rice.p2p.past.testing   
rice.p2p.scribe   
rice.p2p.scribe.testing   
rice.past   
rice.pastry.routing   
 

Uses of RouteMessage in rice.p2p.commonapi
 

Methods in rice.p2p.commonapi with parameters of type RouteMessage
 boolean Application.forward(rice.p2p.commonapi.RouteMessage message)
          This method is invoked on applications when the underlying node is about to forward the given message with the provided target to the specified next hop.
 

Uses of RouteMessage in rice.p2p.past
 

Methods in rice.p2p.past with parameters of type RouteMessage
 boolean PastImpl.forward(rice.p2p.commonapi.RouteMessage message)
          This method is invoked on applications when the underlying node is about to forward the given message with the provided target to the specified next hop.
 

Uses of RouteMessage in rice.p2p.past.testing
 

Classes in rice.p2p.past.testing that implement RouteMessage
protected static class PastRegrTest.TestRouteMessage
          Utility class which simulates a route message
 

Uses of RouteMessage in rice.p2p.scribe
 

Methods in rice.p2p.scribe with parameters of type RouteMessage
 boolean ScribeImpl.forward(rice.p2p.commonapi.RouteMessage message)
          This method is invoked on applications when the underlying node is about to forward the given message with the provided target to the specified next hop.
 

Uses of RouteMessage in rice.p2p.scribe.testing
 

Classes in rice.p2p.scribe.testing that implement RouteMessage
protected static class ScribeRegrTest.TestRouteMessage
          Utility class which simulates a route message
 

Uses of RouteMessage in rice.past
 

Methods in rice.past with parameters of type RouteMessage
 boolean PASTServiceImpl.forward(rice.p2p.commonapi.RouteMessage message)
          Deprecated. This method is invoked on applications when the underlying node is about to forward the given message with the provided target to the specified next hop.
 

Uses of RouteMessage in rice.pastry.routing
 

Classes in rice.pastry.routing that implement RouteMessage
 class RouteMessage
          A route message contains a pastry message that has been wrapped to be sent to another pastry node.
 


Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection