| 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 org.cometd.bayeux.Message.Mutable> |
Abstraction for JSON parsing and generation.
|
| JSONContext.AsyncParser |
A non-blocking JSON parser.
|
| JSONContext.Client |
Client specific
JSONContext that binds to Message.Mutable. |
| JSONContext.Generator |
A JSON stringifier.
|
| JSONContext.Parser |
A blocking JSON parser.
|
| Class | Description |
|---|---|
| AbstractClientSession |
Partial implementation of
ClientSession. |
| 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 |
A
JSONContext.AsyncParser that parses an array of Bayeux messages. |
| HashMapMessage | |
| JacksonJSONContext<M extends org.cometd.bayeux.Message.Mutable,I extends M> | |
| JacksonJSONContextClient | |
| JettyJSONContext<M extends org.cometd.bayeux.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 | Description |
|---|---|
| TransportException |
Copyright © 2008–2024 The CometD Project. All rights reserved.