org.granite.gravity.weblogic
Class GravityWebLogicServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
weblogic.servlet.http.AbstractAsyncServlet
org.granite.gravity.weblogic.GravityWebLogicServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig, weblogic.servlet.http.FutureResponseModel
public class GravityWebLogicServlet
- extends weblogic.servlet.http.AbstractAsyncServlet
- Author:
- Franck WOLFF
- See Also:
- Serialized Form
| Fields inherited from class weblogic.servlet.http.AbstractAsyncServlet |
DEFAULT_SCAVANGE_INTERVAL, DEFAULT_TIMEOUT |
|
Method Summary |
protected boolean |
doRequest(weblogic.servlet.http.RequestResponseKey key)
|
protected void |
doResponse(weblogic.servlet.http.RequestResponseKey key,
Object context)
|
protected void |
doTimeout(weblogic.servlet.http.RequestResponseKey key)
|
void |
init(ServletConfig config)
|
| Methods inherited from class weblogic.servlet.http.AbstractAsyncServlet |
notify, setScavangeInterval, setTimeout |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GravityWebLogicServlet
public GravityWebLogicServlet()
init
public void init(ServletConfig config)
throws ServletException
- Specified by:
init in interface Servlet- Overrides:
init in class GenericServlet
- Throws:
ServletException
doRequest
protected boolean doRequest(weblogic.servlet.http.RequestResponseKey key)
throws IOException,
ServletException
- Specified by:
doRequest in class weblogic.servlet.http.AbstractAsyncServlet
- Throws:
IOException
ServletException
doResponse
protected void doResponse(weblogic.servlet.http.RequestResponseKey key,
Object context)
throws IOException,
ServletException
- Specified by:
doResponse in class weblogic.servlet.http.AbstractAsyncServlet
- Throws:
IOException
ServletException
doTimeout
protected void doTimeout(weblogic.servlet.http.RequestResponseKey key)
throws IOException,
ServletException
- Specified by:
doTimeout in class weblogic.servlet.http.AbstractAsyncServlet
- Throws:
IOException
ServletException