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 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 FutureBootstrap in net.tomp2p.p2p
 

Methods in net.tomp2p.p2p that return FutureBootstrap
 FutureBootstrap Peer.bootstrap(InetSocketAddress address)
           
 FutureBootstrap Peer.bootstrap(PeerAddress peerAddress)
           
 FutureBootstrap Peer.bootstrap(PeerAddress peerAddress, Collection<PeerAddress> bootstrapTo, ConfigurationBootstrap config)
           
 FutureBootstrap Peer.bootstrap(PeerAddress peerAddress, Collection<PeerAddress> bootstrapTo, ConfigurationStore config)
          Deprecated. 
 FutureBootstrap Peer.bootstrapBroadcast()
           
 FutureBootstrap Peer.bootstrapBroadcast(int port)
           
 



Copyright © 2012. All Rights Reserved.