Package | Description |
---|---|
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 |
Class and Description |
---|
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)
|
Class and Description |
---|
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.
|
Class and Description |
---|
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.
|
Class and Description |
---|
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().
|
Class and Description |
---|
BaseFuture
Represents the result of an asynchronous operation.
|
FutureDHT
The future object for the get() and put() operations including routing.
|
Class and Description |
---|
FutureResponse
Each response has one request messages.
|
FutureSuccessEvaluator |
Class and Description |
---|
FutureAsyncTask
A future to keep track of a future task.
|
Class and Description |
---|
BaseFuture
Represents the result of an asynchronous operation.
|
Copyright © 2013. All Rights Reserved.