|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.atmosphere.cpr.AtmosphereServlet
org.atmosphere.cometd.CometdServlet
public class CometdServlet
Simple Servlet that support the Cometd.org Bayeux protocol.
| Field Summary | |
|---|---|
protected static org.slf4j.Logger |
logger
|
| Fields inherited from class org.atmosphere.cpr.AtmosphereServlet |
|---|
autoDetectHandlers, framework, isFilter |
| Constructor Summary | |
|---|---|
CometdServlet()
|
|
CometdServlet(boolean isFilter)
|
|
| Method Summary | |
|---|---|
void |
destroy()
|
void |
init(javax.servlet.ServletConfig sc)
|
| Methods inherited from class org.atmosphere.cpr.AtmosphereServlet |
|---|
configureFramework, doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, framework, newAtmosphereFramework |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final org.slf4j.Logger logger
| Constructor Detail |
|---|
public CometdServlet()
public CometdServlet(boolean isFilter)
| Method Detail |
|---|
public void init(javax.servlet.ServletConfig sc)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class org.atmosphere.cpr.AtmosphereServletjavax.servlet.ServletExceptionpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class org.atmosphere.cpr.AtmosphereServlet
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||