rice.pastry.socket.nat.rendezvous
Class RendezvousSourceRouteStrategy
java.lang.Object
rice.pastry.socket.nat.rendezvous.RendezvousSourceRouteStrategy
- All Implemented Interfaces:
- SourceRouteStrategy
public class RendezvousSourceRouteStrategy
- extends Object
- implements SourceRouteStrategy
This appends the rendezvous point(s) to the default SourceRouteStrategy
- Author:
- Jeff Hoye
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RendezvousSourceRouteStrategy
public RendezvousSourceRouteStrategy()
getSourceRoutes
public Collection getSourceRoutes(Object destination)
- Description copied from interface:
SourceRouteStrategy
- Do not include the destination in the list.
- Specified by:
getSourceRoutes in interface SourceRouteStrategy
- Returns:
- a collection of paths to the destination. Don't include the local node at the beginning
of the path, nor the destination at the end.
Copyright © 2010. All Rights Reserved.