Rice Pastry API

Uses of Interface
org.mpisws.p2p.transport.networkinfo.InetSocketAddressLookup

Packages that use InetSocketAddressLookup
org.mpisws.p2p.transport.networkinfo   
rice.pastry.socket.nat.connectivityverifiier   
 

Uses of InetSocketAddressLookup in org.mpisws.p2p.transport.networkinfo
 

Classes in org.mpisws.p2p.transport.networkinfo that implement InetSocketAddressLookup
 class NetworkInfoTransportLayer
          Can open a TCP connection to a known node, and it will return your IP address.
 

Uses of InetSocketAddressLookup in rice.pastry.socket.nat.connectivityverifiier
 

Methods in rice.pastry.socket.nat.connectivityverifiier with parameters of type InetSocketAddressLookup
 void ConnectivityVerifierImpl.findExternalAddressHelper(InetSocketAddressLookup lookup, AttachableCancellable ret, java.net.InetSocketAddress local, java.util.List<java.net.InetSocketAddress> probeList, Continuation<java.net.InetAddress,java.io.IOException> deliverResultToMe)
          Called recursively.
 void ConnectivityVerifierImpl.findExternalNodesHelper(InetSocketAddressLookup lookup, AttachableCancellable ret, java.net.InetSocketAddress local, java.util.List<java.net.InetSocketAddress> probeList, Continuation<java.util.Collection<java.net.InetSocketAddress>,java.io.IOException> deliverResultToMe)
          Called recursively.
 void ConnectivityVerifierImpl.verifyConnectivityHelper(InetSocketAddressLookup lookup, AttachableCancellable ret, MultiInetSocketAddress local, java.util.List<java.net.InetSocketAddress> probeList, ConnectivityResult deliverResultToMe)
           
 

Method parameters in rice.pastry.socket.nat.connectivityverifiier with type arguments of type InetSocketAddressLookup
protected  Cancellable ConnectivityVerifierImpl.getInetSocketAddressLookup(java.net.InetSocketAddress bindAddress, Continuation<InetSocketAddressLookup,java.io.IOException> deliverResultToMe)
          Get the address from the transport layer.
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection