See: Description
| Class | Description |
|---|---|
| AbstractPromiseToListenableFutureAdapter<S,T> |
Adapts a reactor
Promise to ListenableFuture optionally converting
the result Object type <S> to the expected target type <T>. |
| PassThroughPromiseToListenableFutureAdapter<T> |
A Promise-to-ListenableFutureAdapter where the source and the target from the Promise and
the ListenableFuture respectively are of the same type.
|
| Reactor11TcpClient<P> |
An implementation of
TcpOperations
based on the TCP client support of the Reactor project. |
| Reactor11TcpConnection<P> |
An implementation of
TcpConnection
based on the TCP client support of the Reactor project. |
| ReactorTcpClient<P> |
An implementation of
TcpOperations
based on the TCP client support of the Reactor project. |
| ReactorTcpConnection<P> |