public interface CometServlet extends Servlet
Modifier and Type | Method and Description |
---|---|
boolean |
resume(ServletRequest request,
ServletResponse response,
CometController controller)
Resumes service the initial request.
|
boolean |
service(ServletRequest request,
ServletResponse response,
CometController controller)
Services the initial request.
|
destroy, getServletConfig, getServletInfo, init, service
boolean service(ServletRequest request, ServletResponse response, CometController controller) throws java.io.IOException, ServletException
request
- the servlet request objectresponse
- the servlet response objectcontroller
- the controller to be passed to application codejava.io.IOException
ServletException
boolean resume(ServletRequest request, ServletResponse response, CometController controller) throws java.io.IOException, ServletException
request
- the servlet request objectresponse
- the servlet response objectcontroller
- the controller to be passed to application codejava.io.IOException
ServletException