Uses of Class
net.tomp2p.futures.FutureWrapper

Packages that use FutureWrapper
net.tomp2p.futures   
net.tomp2p.p2p   
 

Uses of FutureWrapper in net.tomp2p.futures
 

Subclasses of FutureWrapper in net.tomp2p.futures
 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.
 

Uses of FutureWrapper in net.tomp2p.p2p
 

Methods in net.tomp2p.p2p that return FutureWrapper
 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.