| Package | Description |
|---|---|
| net.tomp2p.futures |
| Modifier and Type | Class and Description |
|---|---|
class |
FutureData
FutureData is used as the future object for direct DHT operations.
|
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 |
FutureResponse
Each response has one request messages.
|
class |
FutureRouting
The routing future keeps track of the routing process.
|
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 © 2011. All Rights Reserved.