All Classes
| Class | Description |
|---|---|
| AbstractClientSession |
Partial implementation of
ClientSession. |
| AbstractTransport | |
| AsyncFoldLeft |
Processes asynchronously a sequence of elements, producing a result that
is the reduction of the results produced by the processing of each element.
|
| AsyncFoldLeft.Loop<R> |
Controls the iteration over a sequence of elements, allowing to
continue the iteration (with a result), break out of the iteration
(with a result), or fail the iteration (with an exception).
|
| AsyncFoldLeft.Operation<T,R> |
The operation to invoke for each element.
|
| HashMapMessage | |
| JacksonJSONContext<T extends org.cometd.bayeux.Message.Mutable,I extends T> | |
| JacksonJSONContextClient | |
| JettyJSONContext<T extends org.cometd.bayeux.Message.Mutable> | |
| JettyJSONContextClient | |
| JSONContext<T extends org.cometd.bayeux.Message.Mutable> | |
| JSONContext.Client | |
| JSONContext.Generator | |
| JSONContext.Parser | |
| TransportException | |
| Z85 |
An implementation of Z85, a format for representing binary data
as printable text defined at https://rfc.zeromq.org/spec:32/Z85/.
|
| Z85.Decoder | |
| Z85.Encoder |