Package org.cometd.common
-
Interface Summary Interface Description 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.JSONContext<T extends Message.Mutable> Abstraction for JSON parsing and generation.JSONContext.AsyncParser A non-blocking JSON parser.JSONContext.Client Client specificJSONContext
that binds toMessage.Mutable
.JSONContext.Generator A JSON stringifier.JSONContext.Parser A blocking JSON parser. -
Class Summary Class Description AbstractClientSession Partial implementation ofClientSession
.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.BufferingJSONAsyncParser AJSONContext.AsyncParser
that parses an array of Bayeux messages.HashMapMessage JacksonJSONContext<M extends Message.Mutable,I extends M> JacksonJSONContextClient JettyJSONContext<M extends Message.Mutable> JettyJSONContext.AsyncJSONParser JettyJSONContextClient Z85 An implementation of Z85, a format for representing binary data as printable text defined at ZeroMQ Z85.Z85.Decoder Z85.Encoder -
Exception Summary Exception Description TransportException