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 JSONContext.Client JSONContext.Generator JSONContext.Parser JSONContext.Server -
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.HashMapMessage JacksonJSONContext<T extends Message.Mutable,I extends T> JacksonJSONContextClient JettyJSONContext<T extends Message.Mutable> JettyJSONContextClient Z85 An implementation of Z85, a format for representing binary data as printable text defined at https://rfc.zeromq.org/spec:32/Z85/.Z85.Decoder Z85.Encoder -
Exception Summary Exception Description TransportException