Rice Pastry API

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

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

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

Classes in org.mpisws.p2p.transport.rendezvous with type parameters of type RendezvousContact
 class RendezvousTransportLayerImpl<Identifier,HighIdentifier extends RendezvousContact>
          The trick here is that this layer is at some level, say InetSocketAddress, but must pass around very High-Level Identifiers, such as a NodeHandle for the rendezvous strategy to do its job, but maybe this can just be the RendezvousContact, and it can be casted.
 

Fields in org.mpisws.p2p.transport.rendezvous declared as RendezvousContact
protected  HighIdentifier RendezvousTransportLayerImpl.localNodeHandle
           
 

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

Classes in rice.pastry.socket.nat.rendezvous with type parameters of type RendezvousContact
 class LeafSetPilotStrategy<Identifier extends RendezvousContact>
          Notifies the pilot strategy of leafset changes involving non-natted nodes.
 

Classes in rice.pastry.socket.nat.rendezvous that implement RendezvousContact
 class RendezvousSocketNodeHandle
          Maintains RendezvousInfo with the NodeHandle
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection