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

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

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

Fields in org.mpisws.p2p.transport.rendezvous declared as RendezvousStrategy
protected  RendezvousStrategy<HighIdentifier> RendezvousTransportLayerImpl.rendezvousStrategy
           
 

Constructors in org.mpisws.p2p.transport.rendezvous with parameters of type RendezvousStrategy
RendezvousTransportLayerImpl(TransportLayer<Identifier,ByteBuffer> tl, 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 RendezvousStrategy in rice.pastry.socket.nat.rendezvous
 

Classes in rice.pastry.socket.nat.rendezvous that implement RendezvousStrategy
 class RendezvousApp
          TODO: make not abstract
 

Methods in rice.pastry.socket.nat.rendezvous that return RendezvousStrategy
protected  RendezvousStrategy<RendezvousSocketNodeHandle> RendezvousSocketPastryNodeFactory.getRendezvousStrategy(PastryNode pn)
           
protected  RendezvousStrategy<RendezvousSocketNodeHandle> RendezvousSocketPastryNodeFactory.getRendezvousStrategyHelper(PastryNode pn)
          This is an annoying hack.
 



Copyright © 2010. All Rights Reserved.