public class EXoContinuationCometdServlet
extends org.cometd.server.CometDServlet
| Modifier and Type | Class and Description |
|---|---|
class |
EXoContinuationCometdServlet.OortMulticastConfig |
class |
EXoContinuationCometdServlet.OortStaticConfig
This class help to workaround issue with eap 6.2 that has not support
Websocket transport yet
|
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CLOUD_ID_SEPARATOR |
static String |
OORT_CONFIG_TYPE |
static String |
OORT_MULTICAST |
static String |
OORT_STATIC |
static String |
PREFIX |
static Pattern |
URL_REGEX |
| Constructor and Description |
|---|
EXoContinuationCometdServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
EXoContinuationBayeux |
getBayeux() |
static EXoContinuationCometdServlet |
getInstance() |
javax.servlet.ServletConfig |
getServletConfig() |
void |
init() |
void |
init(javax.servlet.ServletConfig config) |
protected EXoContinuationBayeux |
newBayeuxServer() |
void |
reInit() |
protected void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setContainer(org.exoplatform.container.ExoContainer container) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, servicepublic static final String PREFIX
protected static final String CLOUD_ID_SEPARATOR
public static String OORT_CONFIG_TYPE
public static String OORT_MULTICAST
public static String OORT_STATIC
public static final Pattern URL_REGEX
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic void reInit()
public void init()
init in class org.cometd.server.CometDServletprotected void service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
service in class org.cometd.server.CometDServletjavax.servlet.ServletExceptionIOExceptionpublic javax.servlet.ServletConfig getServletConfig()
getServletConfig in interface javax.servlet.ServletgetServletConfig in class javax.servlet.GenericServletpublic void setContainer(org.exoplatform.container.ExoContainer container)
protected EXoContinuationBayeux newBayeuxServer()
newBayeuxServer in class org.cometd.server.CometDServletpublic EXoContinuationBayeux getBayeux()
getBayeux in class org.cometd.server.CometDServletpublic static EXoContinuationCometdServlet getInstance()
public void destroy()
destroy in interface javax.servlet.Servletdestroy in class org.cometd.server.CometDServletCopyright © 2003–2015 eXo Platform SAS. All rights reserved.