Package org.cometd.server
Class JettyJSONContextServer
- All Implemented Interfaces:
JSONContext<ServerMessage.Mutable>
,JSONContextServer
public class JettyJSONContextServer extends JettyJSONContext<ServerMessage.Mutable> implements JSONContextServer
-
Nested Class Summary
Nested classes/interfaces inherited from class org.cometd.common.JettyJSONContext
JettyJSONContext.AsyncJSONFactory
Nested classes/interfaces inherited from interface org.cometd.common.JSONContext
JSONContext.AsyncParser, JSONContext.Client, JSONContext.Generator, JSONContext.Parser
-
Constructor Summary
Constructors Constructor Description JettyJSONContextServer()
-
Method Summary
Modifier and Type Method Description protected ServerMessage.Mutable
newRoot()
protected ServerMessage.Mutable[]
newRootArray(int size)
Methods inherited from class org.cometd.common.JettyJSONContext
generate, generate, getAsyncJSONFactory, getGenerator, getJSON, getParser, newAsyncParser, parse, 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, parse
-
Constructor Details
-
JettyJSONContextServer
public JettyJSONContextServer()
-
-
Method Details
-
newRoot
- Specified by:
newRoot
in classJettyJSONContext<ServerMessage.Mutable>
-
newRootArray
- Specified by:
newRootArray
in classJettyJSONContext<ServerMessage.Mutable>
-