Package org.cometd.common
package org.cometd.common
-
ClassDescriptionPartial 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.AJSONContext.AsyncParser
that parses an array of Bayeux messages.JettyJSONContext<M extends Message.Mutable>JSONContext<T extends Message.Mutable>Abstraction for JSON parsing and generation.A non-blocking JSON parser.Client specificJSONContext
that binds toMessage.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.