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.
|
BufferingJSONAsyncParser |
A
JSONContext.AsyncParser that parses an array of Bayeux messages. |
HashMapMessage | |
JacksonJSONContext<M extends org.cometd.bayeux.Message.Mutable,I extends M> | |
JacksonJSONContextClient | |
JettyJSONContext<M extends org.cometd.bayeux.Message.Mutable> | |
JettyJSONContextClient | |
JSONContext<T extends org.cometd.bayeux.Message.Mutable> |
Abstraction for JSON parsing and generation.
|
JSONContext.AsyncParser |
A non-blocking JSON parser.
|
JSONContext.Client |
Client specific
JSONContext that binds to Message.Mutable . |
JSONContext.Generator |
A JSON stringifier.
|
JSONContext.Parser |
A blocking JSON 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 |