Package org.cometd.common
Class JettyJSONContext.AsyncJSONFactory
java.lang.Object
org.eclipse.jetty.util.ajax.AsyncJSON.Factory
org.cometd.common.JettyJSONContext.AsyncJSONFactory
- Enclosing class:
- JettyJSONContext<M extends org.cometd.bayeux.Message.Mutable>
protected class JettyJSONContext.AsyncJSONFactory
extends org.eclipse.jetty.util.ajax.AsyncJSON.Factory
-
Constructor Summary
Constructors Constructor Description AsyncJSONFactory() -
Method Summary
Modifier and Type Method Description org.eclipse.jetty.util.ajax.AsyncJSONnewAsyncJSON()Methods inherited from class org.eclipse.jetty.util.ajax.AsyncJSON.Factory
cache, cached, getConvertor, isDetailedParseException, putConvertor, removeConvertor, setDetailedParseExceptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AsyncJSONFactory
public AsyncJSONFactory()
-
-
Method Details
-
newAsyncJSON
public org.eclipse.jetty.util.ajax.AsyncJSON newAsyncJSON()- Overrides:
newAsyncJSONin classorg.eclipse.jetty.util.ajax.AsyncJSON.Factory
-