Package org.cometd.common
package org.cometd.common
-
Interface SummaryInterfaceDescriptionControls 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.JSONContext<T extends Message.Mutable>Abstraction for JSON parsing and generation.A non-blocking JSON parser.Client specific
JSONContext
that binds toMessage.Mutable
.A JSON stringifier.A blocking JSON parser. -
Class SummaryClassDescriptionPartial 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.AJSONContext.AsyncParser
that parses an array of Bayeux messages.JacksonJSONContext<M extends Message.Mutable,I extends M>JettyJSONContext<M extends Message.Mutable>An implementation of Z85, a format for representing binary data as printable text defined at https://rfc.zeromq.org/spec:32/Z85/. -
Exception Summary