| Package | Description |
|---|---|
| net.tomp2p.connection | |
| net.tomp2p.futures |
| Modifier and Type | Class and Description |
|---|---|
class |
ReplyTimeoutHandler
Code inspired by Netty's TimeoutHandlers from Trustin Lee and
adapted/extended to a reply timeout handler.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseFuture
Represents the result of an asynchronous operation.
|
interface |
FutureBootstrap |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseFutureImpl
The base for all BaseFuture implementations.
|
class |
FutureData |
class |
FutureDHT |
class |
FutureDiscover |
class |
FutureForkedBroadcast |
class |
FutureForkJoin<K extends BaseFuture> |
class |
FutureLateJoin<K extends BaseFuture> |
class |
FutureResponse
Each response has at least a request messages.
|
class |
FutureRouting |
class |
FutureTracker |
class |
FutureWrappedBootstrap |
class |
FutureWrapper<K extends BaseFuture> |
| Modifier and Type | Method and Description |
|---|---|
BaseFuture |
BaseFuture.addCancellation(Cancellable cancellable)
Adds a cancel listener to this future, which is called when cancel is
executed.
|
BaseFuture |
BaseFutureImpl.addCancellation(Cancellable cancellable) |
BaseFuture |
BaseFuture.removeCancellation(Cancellable cancellable)
Remove a listener.
|
BaseFuture |
BaseFutureImpl.removeCancellation(Cancellable cancellable) |
Copyright © 2011. All Rights Reserved.