Uses of Package
net.tomp2p.futures

Packages that use net.tomp2p.futures
net.tomp2p.connection   
net.tomp2p.futures   
net.tomp2p.p2p   
net.tomp2p.p2p.builder   
net.tomp2p.replication   
net.tomp2p.rpc   
net.tomp2p.task   
net.tomp2p.utils   
 

Classes in net.tomp2p.futures used by net.tomp2p.connection
BaseFuture
          Represents the result of an asynchronous operation.
FutureChannel
          Keeps track of the creation of a UDP or TCP channel.
FutureChannelCreator
          This future is used for the connection reservation.
FutureResponse
          Each response has one request messages.
FutureRunnable
          A future runnable is used for running futures in the background (in a different thread)
 

Classes in net.tomp2p.futures used by net.tomp2p.futures
BaseFuture
          Represents the result of an asynchronous operation.
BaseFuture.FutureType
          The first state is always INIT and will always end in either OK, FAILED, or CANCEl
BaseFutureImpl
          The base for all BaseFuture implementations.
BaseFutureListener
          Something interested in being notified when the result of an BaseFuture becomes available.
Cancellable
          A cancelable class should implement this method use use it for future objects.
FutureAsyncTask
          A future to keep track of a future task.
FutureBootstrap
          Used for bootstrapping.
FutureCleanup
          Some futures have a longer life span than others.
FutureCreate
          DHT and Tracker operations may occur repeatedly.
FutureDHT
          The future object for the get() and put() operations including routing.
FutureForkJoin
          The key future for recursive loops.
FutureResponse
          Each response has one request messages.
FutureRouting
          The routing future keeps track of the routing process.
FutureSuccessEvaluator
           
FutureWrapper
          Wraps a future into an other future.
 

Classes in net.tomp2p.futures used by net.tomp2p.p2p
BaseFuture
          Represents the result of an asynchronous operation.
FutureChannelCreator
          This future is used for the connection reservation.
FutureCreate
          DHT and Tracker operations may occur repeatedly.
FutureDHT
          The future object for the get() and put() operations including routing.
FutureLateJoin
          FutureLateJoin is similar to FutureForkJoin.
FutureResponse
          Each response has one request messages.
FutureRouting
          The routing future keeps track of the routing process.
FutureTask
          This future keeps track of one or more tasks send to remote peers.
FutureTracker
          This class holds the object for future results from the tracker get() and add().
FutureWrapper
          Wraps a future into an other future.
 

Classes in net.tomp2p.futures used by net.tomp2p.p2p.builder
BaseFuture
          Represents the result of an asynchronous operation.
FutureBootstrap
          Used for bootstrapping.
FutureChannelCreator
          This future is used for the connection reservation.
FutureCleanup
          Some futures have a longer life span than others.
FutureCreate
          DHT and Tracker operations may occur repeatedly.
FutureCreator
          For direct replication, the DHT needs to be created repeatedly.
FutureDHT
          The future object for the get() and put() operations including routing.
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.
FutureLateJoin
          FutureLateJoin is similar to FutureForkJoin.
FutureResponse
          Each response has one request messages.
FutureTask
          This future keeps track of one or more tasks send to remote peers.
FutureTracker
          This class holds the object for future results from the tracker get() and add().
 

Classes in net.tomp2p.futures used by net.tomp2p.replication
BaseFuture
          Represents the result of an asynchronous operation.
 

Classes in net.tomp2p.futures used by net.tomp2p.rpc
FutureResponse
          Each response has one request messages.
FutureSuccessEvaluator
           
 

Classes in net.tomp2p.futures used by net.tomp2p.task
FutureAsyncTask
          A future to keep track of a future task.
 

Classes in net.tomp2p.futures used by net.tomp2p.utils
BaseFuture
          Represents the result of an asynchronous operation.
 



Copyright © 2013. All Rights Reserved.