org.atmosphere.cpr
Class MeteorServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.atmosphere.cpr.AtmosphereServlet
org.atmosphere.cpr.MeteorServlet
- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, CometProcessor, ServletContextProvider, HttpEventServlet
public class MeteorServlet
- extends AtmosphereServlet
Simple Servlet to use when Atmosphere Meteor are used. This Servlet will look
for a Servlet init-param named org.atmosphere.servlet or org.atmosphere.filter and will
delegate request processing to them. When used, this Servlet will ignore any
value defined in META-INF/atmosphere.xml as internally it will create a
ReflectorServletProcessor
- Author:
- Jean-Francois Arcand
- See Also:
- Serialized Form
|
Field Summary |
protected static org.slf4j.Logger |
logger
|
|
Method Summary |
void |
destroy()
|
void |
init(javax.servlet.ServletConfig sc)
|
| Methods inherited from class org.atmosphere.cpr.AtmosphereServlet |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, event, event, event, framework |
| 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 |
| Methods inherited from interface javax.servlet.Servlet |
getServletConfig, getServletInfo, service |
logger
protected static final org.slf4j.Logger logger
MeteorServlet
public MeteorServlet()
MeteorServlet
public MeteorServlet(boolean isFilter)
init
public void init(javax.servlet.ServletConfig sc)
throws javax.servlet.ServletException
- Specified by:
init in interface javax.servlet.Servlet- Overrides:
init in class AtmosphereServlet
- Throws:
javax.servlet.ServletException
destroy
public void destroy()
- Specified by:
destroy in interface javax.servlet.Servlet- Overrides:
destroy in class AtmosphereServlet
Copyright © 2013. All Rights Reserved.