org.mpisws.p2p.transport.sourceroute
Interface SourceRouteForwardStrategy<Identifier>
- Type Parameters:
Identifier
-
- All Known Implementing Classes:
- DefaultForwardSourceRouteStrategy, LivenesSourceRouteForwardStrategy
public interface SourceRouteForwardStrategy<Identifier>
Strategy that gives the opportunity to disallow forwarding of a socket or packet.
- Author:
- Jeff Hoye
forward
boolean forward(Identifier nextHop,
SourceRoute<Identifier> sr,
boolean socket,
java.util.Map<java.lang.String,java.lang.Object> options)
Copyright © 2001-2005 - Rice Pastry.