Package org.cometd.common
Class JettyJSONContextClient
java.lang.Object
org.cometd.common.JettyJSONContext<org.cometd.bayeux.Message.Mutable>
org.cometd.common.JettyJSONContextClient
- All Implemented Interfaces:
JSONContext<org.cometd.bayeux.Message.Mutable>,JSONContext.Client
public class JettyJSONContextClient
extends JettyJSONContext<org.cometd.bayeux.Message.Mutable>
implements JSONContext.Client
-
Nested Class Summary
Nested classes/interfaces inherited from class org.cometd.common.JettyJSONContext
JettyJSONContext.AsyncJSONFactory, JettyJSONContext.AsyncJSONParser, JettyJSONContext.JSONGeneratorNested classes/interfaces inherited from interface org.cometd.common.JSONContext
JSONContext.AsyncParser, JSONContext.Client, JSONContext.Generator, JSONContext.Parser -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.cometd.bayeux.Message.MutablenewRoot()protected org.cometd.bayeux.Message.Mutable[]newRootArray(int size) Methods inherited from class org.cometd.common.JettyJSONContext
generate, generate, getAsyncJSONFactory, getGenerator, getJSON, getParser, newAsyncParser, parse, parse, putConvertorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.cometd.common.JSONContext
generate, generate, getGenerator, getParser, newAsyncParser, parse, parse
-
Constructor Details
-
JettyJSONContextClient
public JettyJSONContextClient()
-
-
Method Details
-
newRoot
protected org.cometd.bayeux.Message.Mutable newRoot()- Specified by:
newRootin classJettyJSONContext<org.cometd.bayeux.Message.Mutable>
-
newRootArray
protected org.cometd.bayeux.Message.Mutable[] newRootArray(int size) - Specified by:
newRootArrayin classJettyJSONContext<org.cometd.bayeux.Message.Mutable>
-