|
||||||||||
| 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.eclipse.jetty.websocket.WebSocketServlet
weblogic.servlet.http.AbstractAsyncServlet
org.atmosphere.cpr.AtmosphereServlet
org.atmosphere.cpr.MeteorServlet
public class MeteorServlet
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
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.atmosphere.cpr.AtmosphereServlet |
|---|
AtmosphereServlet.Action, AtmosphereServlet.AtmosphereConfig, AtmosphereServlet.AtmosphereHandlerWrapper |
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
MeteorServlet()
|
|
| Method Summary | |
|---|---|
void |
destroy()
|
protected void |
loadConfiguration(javax.servlet.ServletConfig sc)
Initialize a configured instance of ReflectorServletProcessor and
follow the normal AtmosphereServlet processing. |
| Methods inherited from class weblogic.servlet.http.AbstractAsyncServlet |
|---|
notify |
| Methods inherited from class org.eclipse.jetty.websocket.WebSocketServlet |
|---|
checkOrigin, init, service |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
getLastModified, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.atmosphere.di.ServletContextProvider |
|---|
getServletContext |
| Methods inherited from interface javax.servlet.Servlet |
|---|
getServletConfig, getServletInfo, service |
| Constructor Detail |
|---|
public MeteorServlet()
| Method Detail |
|---|
protected void loadConfiguration(javax.servlet.ServletConfig sc)
throws javax.servlet.ServletException
ReflectorServletProcessor and
follow the normal AtmosphereServlet processing.
loadConfiguration in class AtmosphereServletsc - the ServletContext
javax.servlet.ServletExceptionpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class AtmosphereServlet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||