Class EXoContinuationCometdServlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.cometd.server.CometDServlet
org.mortbay.cometd.continuation.EXoContinuationCometdServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

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

    • PREFIX

      public static final String PREFIX
      See Also:
    • CLOUD_ID_SEPARATOR

      protected static final String CLOUD_ID_SEPARATOR
      See Also:
    • 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 Details

    • EXoContinuationCometdServlet

      public EXoContinuationCometdServlet()
  • Method Details

    • init

      public void init(jakarta.servlet.ServletConfig config) throws jakarta.servlet.ServletException
      Specified by:
      init in interface jakarta.servlet.Servlet
      Overrides:
      init in class jakarta.servlet.http.HttpServlet
      Throws:
      jakarta.servlet.ServletException
    • reInit

      public void reInit()
    • init

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

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

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

      public jakarta.servlet.ServletConfig getServletConfig()
      Specified by:
      getServletConfig in interface jakarta.servlet.Servlet
      Overrides:
      getServletConfig in class jakarta.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
    • getInstance

      public static EXoContinuationCometdServlet getInstance()
    • destroy

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