All Classes and Interfaces
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.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 ZeroMQ Z85.