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 |
---|---|
FutureWrapper<FutureRouting> |
DistributedRouting.bootstrap(Collection<PeerAddress> peerAddresses,
int maxNoNewInfo,
int maxFailures,
int maxSuccess,
int parallel,
boolean forceTCP,
boolean isForceRoutingOnlyToSelf,
ChannelCreator cc)
Bootstraps to the given peerAddresses, i.e.
|
Copyright © 2013. All Rights Reserved.