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)
          Boostraps to a known peer.
 FutureBootstrap Peer.bootstrap(PeerAddress peerAddress)
          Boostraps to a known peer.
 FutureBootstrap Peer.bootstrap(PeerAddress discoveryPeerAddress, Collection<PeerAddress> bootstrapTo, ConfigurationBootstrap config)
          Boostraps to a known peer.
 FutureBootstrap Peer.bootstrapBroadcast()
           
 FutureBootstrap Peer.bootstrapBroadcast(int port)
           
 



Copyright © 2012. All Rights Reserved.