Package org.cometd.common
Class JettyJSONContextClient
- java.lang.Object
-
- org.cometd.common.JettyJSONContext<Message.Mutable>
-
- org.cometd.common.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
Constructors Constructor Description JettyJSONContextClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Message.Mutable
newRoot()
protected Message.Mutable[]
newRootArray(int size)
-
Methods inherited from class org.cometd.common.JettyJSONContext
generate, generate, getAsyncJSONFactory, getGenerator, getJSON, getParser, newAsyncParser, parse, 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, generate, getGenerator, getParser, newAsyncParser, parse, parse
-
-
-
-
Method Detail
-
newRoot
protected Message.Mutable newRoot()
- Specified by:
newRoot
in classJettyJSONContext<Message.Mutable>
-
newRootArray
protected Message.Mutable[] newRootArray(int size)
- Specified by:
newRootArray
in classJettyJSONContext<Message.Mutable>
-
-