Rice Pastry API

Uses of Interface
org.mpisws.p2p.transport.rendezvous.ResponseStrategy

Packages that use ResponseStrategy
org.mpisws.p2p.transport.rendezvous   
rice.pastry.socket.nat.rendezvous   
 

Uses of ResponseStrategy in org.mpisws.p2p.transport.rendezvous
 

Classes in org.mpisws.p2p.transport.rendezvous that implement ResponseStrategy
 class TimeoutResponseStrategy<Identifier>
          This impl allows responses up to timeout millis later.
 

Fields in org.mpisws.p2p.transport.rendezvous declared as ResponseStrategy
protected  ResponseStrategy<Identifier> RendezvousTransportLayerImpl.responseStrategy
           
 

Constructors in org.mpisws.p2p.transport.rendezvous with parameters of type ResponseStrategy
RendezvousTransportLayerImpl(TransportLayer<Identifier,java.nio.ByteBuffer> tl, java.lang.String RENDEZVOUS_CONTACT_STRING, HighIdentifier myRendezvousContact, ContactDeserializer<Identifier,HighIdentifier> deserializer, RendezvousGenerationStrategy<HighIdentifier> rendezvousGenerator, PilotFinder<HighIdentifier> pilotFinder, RendezvousStrategy<HighIdentifier> rendezvousStrategy, ResponseStrategy<Identifier> responseStrategy, ContactDirectStrategy<HighIdentifier> contactDirectStrategy, Environment env)
           
 

Uses of ResponseStrategy in rice.pastry.socket.nat.rendezvous
 

Classes in rice.pastry.socket.nat.rendezvous that implement ResponseStrategy
 class NeverResponseStrategy<Identifier>
          Never send udp to the node.
 

Methods in rice.pastry.socket.nat.rendezvous that return ResponseStrategy
protected  ResponseStrategy<java.net.InetSocketAddress> RendezvousSocketPastryNodeFactory.getResponseStrategy(PastryNode pn)
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection