|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cancellable | |
|---|---|
| net.tomp2p.connection | |
| net.tomp2p.futures | |
| Uses of Cancellable in net.tomp2p.connection |
|---|
| Classes in net.tomp2p.connection that implement Cancellable | |
|---|---|
class |
ReplyTimeoutHandler
Code inspired by Netty's TimeoutHandlers from Trustin Lee and adapted/extended to a reply timeout handler. |
| Uses of Cancellable in net.tomp2p.futures |
|---|
| Subinterfaces of Cancellable in net.tomp2p.futures | |
|---|---|
interface |
BaseFuture
Represents the result of an asynchronous operation. |
interface |
FutureBootstrap
|
| Classes in net.tomp2p.futures that implement Cancellable | |
|---|---|
class |
BaseFutureImpl
The base for all BaseFuture implementations. |
class |
FutureData
|
class |
FutureDHT
|
class |
FutureDiscover
|
class |
FutureForkJoin<K extends BaseFuture>
|
class |
FutureLateJoin<K extends BaseFuture>
|
class |
FutureResponse
Each response has at least a 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>
|
class |
FutureWrapper<K extends BaseFuture>
|
| Methods in net.tomp2p.futures with parameters of type Cancellable | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||