All Classes

Class
Description
Partial implementation of ClientSession.
 
Processes asynchronously a sequence of elements, producing a result that is the reduction of the results produced by the processing of each element.
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).
The operation to invoke for each element.
A JSONContext.AsyncParser that parses an array of Bayeux messages.
 
JacksonJSONContext<M extends org.cometd.bayeux.Message.Mutable,​I extends M>
 
 
JettyJSONContext<M extends org.cometd.bayeux.Message.Mutable>
 
 
 
JSONContext<T extends org.cometd.bayeux.Message.Mutable>
Abstraction for JSON parsing and generation.
A non-blocking JSON parser.
Client specific JSONContext that binds to Message.Mutable.
A JSON stringifier.
A blocking JSON parser.
 
An implementation of Z85, a format for representing binary data as printable text defined at https://rfc.zeromq.org/spec:32/Z85/.