Class EXoContinuationCometdServlet

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

    public class EXoContinuationCometdServlet
    extends org.cometd.server.CometDServlet
    Created by The eXo Platform SAS.
    Version:
    $Id: $
    Author:
    Vitaly Parfonov
    See Also:
    Serialized Form
    • Field Detail

      • OORT_CONFIG_TYPE

        public static String OORT_CONFIG_TYPE
      • OORT_CONFIG_CLOUD

        public static String OORT_CONFIG_CLOUD
      • OORT_CONFIG_URL

        public static String OORT_CONFIG_URL
      • EXO_OORT_CONFIG_TYPE

        public static String EXO_OORT_CONFIG_TYPE
      • EXO_OORT_CONFIG_CLOUD

        public static String EXO_OORT_CONFIG_CLOUD
      • EXO_OORT_CONFIG_URL

        public static String EXO_OORT_CONFIG_URL
      • OORT_MULTICAST

        public static String OORT_MULTICAST
      • OORT_STATIC

        public static String OORT_STATIC
      • URL_REGEX

        public static final Pattern URL_REGEX
    • Constructor Detail

      • EXoContinuationCometdServlet

        public EXoContinuationCometdServlet()
    • Method Detail

      • init

        public void init​(javax.servlet.ServletConfig config)
                  throws javax.servlet.ServletException
        Specified by:
        init in interface javax.servlet.Servlet
        Overrides:
        init in class javax.servlet.GenericServlet
        Throws:
        javax.servlet.ServletException
      • reInit

        public void reInit()
      • init

        public void init()
        Overrides:
        init in class org.cometd.server.CometDServlet
      • service

        protected void service​(javax.servlet.http.HttpServletRequest request,
                               javax.servlet.http.HttpServletResponse response)
                        throws javax.servlet.ServletException,
                               IOException
        Overrides:
        service in class org.cometd.server.CometDServlet
        Throws:
        javax.servlet.ServletException
        IOException
      • getInitParameter

        public String getInitParameter​(String name)
        Specified by:
        getInitParameter in interface javax.servlet.ServletConfig
        Overrides:
        getInitParameter in class javax.servlet.GenericServlet
      • getServletConfig

        public javax.servlet.ServletConfig getServletConfig()
        Specified by:
        getServletConfig in interface javax.servlet.Servlet
        Overrides:
        getServletConfig in class javax.servlet.GenericServlet
      • setContainer

        public void setContainer​(org.exoplatform.container.ExoContainer container)
      • newBayeuxServer

        protected EXoContinuationBayeux newBayeuxServer()
        Overrides:
        newBayeuxServer in class org.cometd.server.CometDServlet
      • getBayeux

        public EXoContinuationBayeux getBayeux()
        Overrides:
        getBayeux in class org.cometd.server.CometDServlet
      • destroy

        public void destroy()
        Specified by:
        destroy in interface javax.servlet.Servlet
        Overrides:
        destroy in class org.cometd.server.CometDServlet