Class JettyJSONContext<M extends Message.Mutable>
java.lang.Object
org.cometd.common.JettyJSONContext<M>
- Direct Known Subclasses:
JettyJSONContextClient
,JettyJSONContextServer
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected class
protected static class
protected class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jetty.util.ajax.AsyncJSON.Factory
org.eclipse.jetty.util.ajax.JSON
getJSON()
protected abstract M
void
putConvertor
(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() -
newMessage
-
parse
- Throws:
ParseException
-
newAsyncParser
-
generate
-
getParser
-
getGenerator
-
putConvertor
-