Uses of Class
net.tomp2p.futures.BaseFutureImpl

Packages that use BaseFutureImpl
net.tomp2p.futures   
 

Uses of BaseFutureImpl in net.tomp2p.futures
 

Subclasses of BaseFutureImpl in net.tomp2p.futures
 class FutureAsyncTask
          A future to keep track of a future task.
 class FutureChannel
          Keeps track of the creation of a UDP or TCP channel.
 class FutureChannelCreator
          This future is used for the connection reservation.
 class FutureDHT
          The future object for the get() and put() operations including routing.
 class FutureDiscover
          The future that keeps track of network discovery such as discovery if its behind a NAT, the status if UPNP or NAT-PMP could be established, if there is portforwarding.
 class FutureForkJoin<K extends BaseFuture>
          The key future for recursive loops.
 class FutureLateJoin<K extends BaseFuture>
          FutureLateJoin is similar to FutureForkJoin.
 class FutureLaterJoin<K extends BaseFuture>
          FutureLaterJoin is similar to FutureLateJoin.
 class FutureResponse
          Each response has one request messages.
 class FutureRouting
          The routing future keeps track of the routing process.
 class FutureTask
          This future keeps track of one or more tasks send to remote peers.
 class FutureTracker
          This class holds the object for future results from the tracker get() and add().
 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.
 class FutureWrapper<K extends BaseFuture>
          Wraps a future into an other future.
 



Copyright © 2013. All Rights Reserved.