Rice Pastry API

Uses of Interface
org.mpisws.p2p.transport.proximity.ProximityListener

Packages that use ProximityListener
org.mpisws.p2p.transport.proximity   
org.mpisws.p2p.transport.sourceroute.manager   
rice.pastry   
rice.pastry.pns   
rice.pastry.socket.nat.rendezvous   
rice.pastry.transport   
 

Uses of ProximityListener in org.mpisws.p2p.transport.proximity
 

Methods in org.mpisws.p2p.transport.proximity with parameters of type ProximityListener
 void MinRTTProximityProvider.addProximityListener(ProximityListener<Identifier> listener)
           
 void ProximityProvider.addProximityListener(ProximityListener<Identifier> listener)
           
 boolean MinRTTProximityProvider.removeProximityListener(ProximityListener<Identifier> listener)
           
 boolean ProximityProvider.removeProximityListener(ProximityListener<Identifier> listener)
           
 

Uses of ProximityListener in org.mpisws.p2p.transport.sourceroute.manager
 

Classes in org.mpisws.p2p.transport.sourceroute.manager that implement ProximityListener
 class SourceRouteManagerImpl<Identifier>
          This class adapts a SourceRoute transport layer back to an Identifier layer.
 

Methods in org.mpisws.p2p.transport.sourceroute.manager with parameters of type ProximityListener
 void SourceRouteManagerImpl.addProximityListener(ProximityListener<Identifier> listener)
           
 boolean SourceRouteManagerImpl.removeProximityListener(ProximityListener<Identifier> listener)
           
 

Uses of ProximityListener in rice.pastry
 

Classes in rice.pastry that implement ProximityListener
 class PastryNode
          A Pastry node is single entity in the pastry network.
 

Methods in rice.pastry with parameters of type ProximityListener
 void PastryNode.addProximityListener(ProximityListener<NodeHandle> listener)
           
 boolean PastryNode.removeProximityListener(ProximityListener<NodeHandle> listener)
           
 

Uses of ProximityListener in rice.pastry.pns
 

Classes in rice.pastry.pns that implement ProximityListener
 class PNSApplication
          Can request LeafSet, RouteRow, Proximity of nodes, implements the PNS algorithm.
 

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

Classes in rice.pastry.socket.nat.rendezvous that implement ProximityListener
 class RendezvousPNSApplication
          Does not try to connect to NATted nodes during PNS.
 

Uses of ProximityListener in rice.pastry.transport
 

Methods in rice.pastry.transport with parameters of type ProximityListener
 void NodeHandleAdapter.addProximityListener(ProximityListener<NodeHandle> listener)
           
 boolean NodeHandleAdapter.removeProximityListener(ProximityListener<NodeHandle> listener)
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection