public class CometdConfigurationServlet
extends org.cometd.annotation.AnnotationCometDServlet
| Modifier and Type | Class and Description |
|---|---|
class |
CometdConfigurationServlet.OortMulticastConfig |
class |
CometdConfigurationServlet.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_STATIC |
static String |
PREFIX |
static Pattern |
URL_REGEX |
| Constructor and Description |
|---|
CometdConfigurationServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
void |
init(javax.servlet.ServletConfig config) |
protected org.cometd.server.BayeuxServerImpl |
newBayeuxServer() |
protected org.cometd.annotation.ServerAnnotationProcessor |
newServerAnnotationProcessor(org.cometd.bayeux.server.BayeuxServer bayeuxServer) |
deprocessService, deregisterService, destroy, getServices, newService, processService, registerServicedoDelete, 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_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 init()
throws javax.servlet.ServletException
init in class org.cometd.annotation.AnnotationCometDServletjavax.servlet.ServletExceptionprotected org.cometd.server.BayeuxServerImpl newBayeuxServer()
newBayeuxServer in class org.cometd.server.CometDServletprotected org.cometd.annotation.ServerAnnotationProcessor newServerAnnotationProcessor(org.cometd.bayeux.server.BayeuxServer bayeuxServer)
newServerAnnotationProcessor in class org.cometd.annotation.AnnotationCometDServletCopyright © 2003–2017 eXo Platform SAS. All rights reserved.