Class EXoContinuationCometdServlet.OortStaticConfig

  • All Implemented Interfaces:
    Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
    Enclosing class:
    EXoContinuationCometdServlet

    public class EXoContinuationCometdServlet.OortStaticConfig
    extends org.cometd.oort.OortStaticConfigServlet
    This class help to workaround issue with eap 6.2 that has not support Websocket transport yet
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.cometd.oort.OortStaticConfigServlet

        OORT_CLOUD_PARAM
      • Fields inherited from class org.cometd.oort.OortConfigServlet

        OORT_CHANNELS_PARAM, OORT_ENABLE_ACK_EXTENSION_PARAM, OORT_JSON_CONTEXT_PARAM, OORT_SECRET_PARAM, OORT_URL_PARAM
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void configureCloud​(javax.servlet.ServletConfig config, org.cometd.oort.Oort oort)  
      protected org.cometd.oort.Oort newOort​(org.cometd.bayeux.server.BayeuxServer bayeux, String url)  
      • Methods inherited from class org.cometd.oort.OortConfigServlet

        destroy, init, provideOortURL
      • Methods inherited from class javax.servlet.http.HttpServlet

        doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
      • Methods inherited from class javax.servlet.GenericServlet

        getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
    • Constructor Detail

      • OortStaticConfig

        public OortStaticConfig()
    • Method Detail

      • configureCloud

        protected void configureCloud​(javax.servlet.ServletConfig config,
                                      org.cometd.oort.Oort oort)
                               throws Exception
        Overrides:
        configureCloud in class org.cometd.oort.OortStaticConfigServlet
        Throws:
        Exception
      • newOort

        protected org.cometd.oort.Oort newOort​(org.cometd.bayeux.server.BayeuxServer bayeux,
                                               String url)
        Overrides:
        newOort in class org.cometd.oort.OortConfigServlet