Rice Pastry API

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

Method Summary
 boolean forward(Identifier nextHop, SourceRoute<Identifier> sr, boolean socket, java.util.Map<java.lang.String,java.lang.Object> options)
           
 

Method Detail

forward

boolean forward(Identifier nextHop,
                SourceRoute<Identifier> sr,
                boolean socket,
                java.util.Map<java.lang.String,java.lang.Object> options)

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection