|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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,
InetSocketAddress local,
List<InetSocketAddress> probeList,
Continuation<InetAddress,IOException> deliverResultToMe)
Called recursively. |
void |
ConnectivityVerifierImpl.findExternalNodesHelper(InetSocketAddressLookup lookup,
AttachableCancellable ret,
InetSocketAddress local,
List<InetSocketAddress> probeList,
Continuation<Collection<InetSocketAddress>,IOException> deliverResultToMe)
Called recursively. |
void |
ConnectivityVerifierImpl.verifyConnectivityHelper(InetSocketAddressLookup lookup,
AttachableCancellable ret,
MultiInetSocketAddress local,
List<InetSocketAddress> probeList,
ConnectivityResult deliverResultToMe)
|
| Method parameters in rice.pastry.socket.nat.connectivityverifiier with type arguments of type InetSocketAddressLookup | |
|---|---|
protected Cancellable |
ConnectivityVerifierImpl.getInetSocketAddressLookup(InetSocketAddress bindAddress,
Continuation<InetSocketAddressLookup,IOException> deliverResultToMe)
Get the address from the transport layer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||