|
||||||||||
| 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
weblogic.servlet.http.AbstractAsyncServlet
org.atmosphere.weblogic.AtmosphereWebLogicServlet
public class AtmosphereWebLogicServlet
WebLogic Comet implementation.
| Field Summary | |
|---|---|
protected AtmosphereFramework |
framework
|
protected static org.slf4j.Logger |
logger
|
| Constructor Summary | |
|---|---|
AtmosphereWebLogicServlet()
Create an Atmosphere Servlet. |
|
AtmosphereWebLogicServlet(boolean isFilter)
Create an Atmosphere Servlet. |
|
AtmosphereWebLogicServlet(boolean isFilter,
boolean autoDetectHandlers)
Create an Atmosphere Servlet. |
|
| Method Summary | |
|---|---|
void |
destroy()
|
protected boolean |
doRequest(RequestResponseKey rrk)
Weblogic specific comet based implementation. |
protected void |
doResponse(RequestResponseKey rrk,
Object context)
Weblogic specific comet based implementation. |
protected void |
doTimeout(RequestResponseKey rrk)
Weblogic specific comet based implementation. |
AtmosphereFramework |
framework()
|
void |
init(javax.servlet.ServletConfig sc)
|
| Methods inherited from class weblogic.servlet.http.AbstractAsyncServlet |
|---|
notify |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, 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
protected AtmosphereFramework framework
| Constructor Detail |
|---|
public AtmosphereWebLogicServlet()
public AtmosphereWebLogicServlet(boolean isFilter)
isFilter - true if this instance is used as an AtmosphereFilter
public AtmosphereWebLogicServlet(boolean isFilter,
boolean autoDetectHandlers)
isFilter - true if this instance is used as an AtmosphereFilter| Method Detail |
|---|
public void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServlet
public void init(javax.servlet.ServletConfig sc)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic AtmosphereFramework framework()
protected boolean doRequest(RequestResponseKey rrk)
throws IOException,
javax.servlet.ServletException
doRequest in class AbstractAsyncServletrrk -
IOException
javax.servlet.ServletException
protected void doResponse(RequestResponseKey rrk,
Object context)
throws IOException,
javax.servlet.ServletException
doResponse in class AbstractAsyncServletrrk -
IOException
javax.servlet.ServletException
protected void doTimeout(RequestResponseKey rrk)
throws IOException,
javax.servlet.ServletException
doTimeout in class AbstractAsyncServletrrk -
IOException
javax.servlet.ServletException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||