com.acme
Class CometServlet
java.lang.Object
HttpServlet
com.acme.CometServlet
public class CometServlet
- extends HttpServlet
CometServlet
This servlet implements the Comet API from tc6.x with the exception of the read method.
- Author:
- gregw
Method Summary |
void |
begin(HttpServletRequest request,
HttpServletResponse response)
|
void |
end(HttpServletRequest request,
HttpServletResponse response)
|
void |
error(HttpServletRequest request,
HttpServletResponse response)
|
boolean |
read(HttpServletRequest request,
HttpServletResponse response)
|
protected void |
service(HttpServletRequest request,
HttpServletResponse response)
|
void |
setTimeout(HttpServletRequest request,
HttpServletResponse response,
int timeout)
|
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
- Throws:
IOException
ServletException
setTimeout
public void setTimeout(HttpServletRequest request,
HttpServletResponse response,
int timeout)
throws IOException,
ServletException,
UnsupportedOperationException
- Throws:
IOException
ServletException
UnsupportedOperationException
Copyright © 2007 Mort Bay Consulting. All Rights Reserved.