Uses of Interface
net.tomp2p.futures.FutureBootstrap

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

Uses of FutureBootstrap in net.tomp2p.futures
 

Classes in net.tomp2p.futures that implement FutureBootstrap
 class FutureForkedBroadcast
           
 class FutureWrappedBootstrap
           
 

Methods in net.tomp2p.futures with parameters of type FutureBootstrap
 void FutureWrappedBootstrap.waitForBootstrap(FutureBootstrap bootstrap)
           
 void FutureWrappedBootstrap.waitForBootstrap(FutureBootstrap bootstrap, Collection<PeerAddress> bootstrapTo)
           
 void FutureWrappedBootstrap.waitForBootstrap(FutureBootstrap bootstrap, PeerAddress bootstrapTo)
          Deprecated. 
 

Uses of FutureBootstrap in net.tomp2p.p2p
 

Methods in net.tomp2p.p2p that return FutureBootstrap
 FutureBootstrap Peer.bootstrap(Collection<PeerAddress> peerAddresses)
           
 FutureBootstrap Peer.bootstrap(Collection<PeerAddress> peerAddresses, ConfigurationStore config)
           
 FutureBootstrap Routing.bootstrap(Collection<PeerAddress> peerAddresses, int maxNoNewInfo, int maxFailures, int parallel, boolean forceSocket)
          Bootstraps to the given remoteNode, i.e.
 FutureBootstrap Peer.bootstrap(InetSocketAddress address)
           
 FutureBootstrap Peer.bootstrap(PeerAddress peerAddress)
           
 FutureBootstrap Peer.bootstrapBroadcast()
           
 FutureBootstrap Peer.bootstrapBroadcast(int port)
           
 



Copyright © 2011. All Rights Reserved.