com.acme
Class CometServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.acme.CometServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class CometServlet
- extends HttpServlet
CometServlet
This servlet implements the Comet API from tc6.x with the exception of the read method.
- Author:
- gregw
- See Also:
- Serialized Form
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CometServlet
public CometServlet()
begin
public void begin(HttpServletRequest request,
HttpServletResponse response)
throws IOException,
ServletException
- Throws:
IOException
ServletException
end
public void end(HttpServletRequest request,
HttpServletResponse response)
throws IOException,
ServletException
- Throws:
IOException
ServletException
error
public void error(HttpServletRequest request,
HttpServletResponse response)
throws IOException,
ServletException
- Throws:
IOException
ServletException
read
public boolean read(HttpServletRequest request,
HttpServletResponse response)
throws IOException,
ServletException
- Throws:
IOException
ServletException
service
protected void service(HttpServletRequest request,
HttpServletResponse response)
throws IOException,
ServletException
- Overrides:
service
in class HttpServlet
- Throws:
IOException
ServletException
setTimeout
public void setTimeout(HttpServletRequest request,
HttpServletResponse response,
int timeout)
throws IOException,
ServletException,
UnsupportedOperationException
- Throws:
IOException
ServletException
UnsupportedOperationException
Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.