Class JettyJSONContext.AsyncJSONFactory

  • Enclosing class:
    JettyJSONContext<M extends Message.Mutable>

    protected class JettyJSONContext.AsyncJSONFactory
    extends org.eclipse.jetty.util.ajax.AsyncJSON.Factory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.jetty.util.ajax.AsyncJSON newAsyncJSON()  
      • Methods inherited from class org.eclipse.jetty.util.ajax.AsyncJSON.Factory

        cache, cached, getArrayConverter, getConvertor, isDetailedParseException, putConvertor, removeConvertor, setArrayConverter, setDetailedParseException
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AsyncJSONFactory

        public AsyncJSONFactory()
    • Method Detail

      • newAsyncJSON

        public org.eclipse.jetty.util.ajax.AsyncJSON newAsyncJSON()
        Overrides:
        newAsyncJSON in class org.eclipse.jetty.util.ajax.AsyncJSON.Factory