|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectivityVerifier
| Method Summary | |
|---|---|
Cancellable |
findExternalAddress(InetSocketAddress local,
Collection<InetSocketAddress> probeAddresses,
Continuation<InetAddress,IOException> deliverResultToMe)
Finds the external address by contacting a random member of the probeAddresses |
Cancellable |
findExternalNodes(InetSocketAddress local,
Collection<InetSocketAddress> probeAddresses,
Continuation<Collection<InetSocketAddress>,IOException> deliverResultToMe)
Finds known external nodes from other bootstrap nodes who are in your firewall |
Cancellable |
verifyConnectivity(MultiInetSocketAddress local,
Collection<InetSocketAddress> probeAddresses,
ConnectivityResult deliverResultToMe)
Verify my connectivity using a 3rd party |
| Method Detail |
|---|
Cancellable findExternalNodes(InetSocketAddress local,
Collection<InetSocketAddress> probeAddresses,
Continuation<Collection<InetSocketAddress>,IOException> deliverResultToMe)
local - the local bindaddressprobeAddresses - the nodes askdeliverResultToMe - deliver the result here
Cancellable findExternalAddress(InetSocketAddress local,
Collection<InetSocketAddress> probeAddresses,
Continuation<InetAddress,IOException> deliverResultToMe)
local - the local bindaddressprobeAddresses - the nodes askdeliverResultToMe - deliver the result here
Cancellable verifyConnectivity(MultiInetSocketAddress local,
Collection<InetSocketAddress> probeAddresses,
ConnectivityResult deliverResultToMe)
local - probeAddresses - deliverResultToMe -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||