Package org.cometd.common
Interface JSONContext.Client
-
- All Superinterfaces:
JSONContext<Message.Mutable>
- All Known Implementing Classes:
JacksonJSONContextClient
,JettyJSONContextClient
- Enclosing interface:
- JSONContext<T extends Message.Mutable>
public static interface JSONContext.Client extends JSONContext<Message.Mutable>
Client specific
JSONContext
that binds toMessage.Mutable
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.cometd.common.JSONContext
JSONContext.AsyncParser, JSONContext.Client, JSONContext.Generator, JSONContext.Parser
-
-
Method Summary
-
Methods inherited from interface org.cometd.common.JSONContext
generate, generate, getGenerator, getParser, newAsyncParser, parse, parse
-
-