Class JettyJSONContextClient
- All Implemented Interfaces:
JSONContext<Message.Mutable>
,JSONContext.Client
public class JettyJSONContextClient
extends JettyJSONContext<Message.Mutable>
implements JSONContext.Client
-
Nested Class Summary
Nested classes/interfaces inherited from class org.cometd.common.JettyJSONContext
JettyJSONContext.AsyncJSONFactory, JettyJSONContext.AsyncJSONParser, JettyJSONContext.JSONGenerator
Nested classes/interfaces inherited from interface org.cometd.common.JSONContext
JSONContext.AsyncParser, JSONContext.Client, JSONContext.Generator, JSONContext.Parser
-
Constructor Summary
-
Method Summary
Methods inherited from class org.cometd.common.JettyJSONContext
generate, getAsyncJSONFactory, getGenerator, getJSON, getParser, newAsyncParser, parse, putConvertor
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.cometd.common.JSONContext
generate, getGenerator, getParser, newAsyncParser, parse
-
Constructor Details
-
JettyJSONContextClient
public JettyJSONContextClient()
-
-
Method Details
-
newMessage
- Specified by:
newMessage
in classJettyJSONContext<Message.Mutable>
-