| Package | Description |
|---|---|
| net.tomp2p.futures | |
| net.tomp2p.p2p |
| Modifier and Type | Class and Description |
|---|---|
class |
FutureWrappedBootstrap<K extends BaseFuture>
The bootstrap will be a wrapped future, because we need to ping a server
first, and if this ping is successful, we can bootstrap.
|
| Modifier and Type | Method and Description |
|---|---|
FutureBootstrap |
Peer.bootstrap(InetSocketAddress address) |
FutureBootstrap |
Peer.bootstrap(PeerAddress peerAddress) |
FutureBootstrap |
Peer.bootstrap(PeerAddress peerAddress,
Collection<PeerAddress> bootstrapTo,
ConfigurationStore config) |
FutureBootstrap |
Peer.bootstrapBroadcast() |
FutureBootstrap |
Peer.bootstrapBroadcast(int port) |
Copyright © 2011. All Rights Reserved.