Package org.cometd.common
Class JettyJSONContext<M extends org.cometd.bayeux.Message.Mutable>
java.lang.Object
org.cometd.common.JettyJSONContext<M>
- Direct Known Subclasses:
JettyJSONContextClient
public abstract class JettyJSONContext<M extends org.cometd.bayeux.Message.Mutable> extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classJettyJSONContext.AsyncJSONFactoryprotected static classJettyJSONContext.AsyncJSONParserprotected classJettyJSONContext.JSONGenerator -
Constructor Summary
Constructors Modifier Constructor Description protectedJettyJSONContext() -
Method Summary
Modifier and Type Method Description Stringgenerate(List<M> messages)Stringgenerate(M message)org.eclipse.jetty.util.ajax.AsyncJSON.FactorygetAsyncJSONFactory()JSONContext.GeneratorgetGenerator()org.eclipse.jetty.util.ajax.JSONgetJSON()JSONContext.ParsergetParser()JSONContext.AsyncParsernewAsyncParser()protected abstract MnewRoot()protected abstract M[]newRootArray(int size)M[]parse(InputStream stream)M[]parse(Reader reader)M[]parse(String json)voidputConvertor(String className, org.eclipse.jetty.util.ajax.JSON.Convertor convertor)
-
Constructor Details
-
JettyJSONContext
protected JettyJSONContext()
-
-
Method Details
-
getJSON
public org.eclipse.jetty.util.ajax.JSON getJSON() -
getAsyncJSONFactory
public org.eclipse.jetty.util.ajax.AsyncJSON.Factory getAsyncJSONFactory() -
newRoot
-
newRootArray
-
parse
- Throws:
ParseException
-
parse
- Throws:
ParseException
-
parse
- Throws:
ParseException
-
newAsyncParser
-
generate
-
generate
-
getParser
-
getGenerator
-
putConvertor
-