git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@546117
13f79535-47bb-0310-9956-
ffa450edef68
*
* @see #register(CometOperation)
*/
- public void close();
+ public void close() throws IOException;
/**
* Sets the timeout for this Comet connection. Please NOTE, that the implementation
return response.getResponse();
}
- public void setTimeout(int timeout) throws IOException, ServletException,UnsupportedOperationException {
+ public void setTimeout(int timeout) throws ServletException,UnsupportedOperationException {
//this check should get removed as soon as connection timeout is implemented everywhere.
if (request.getAttribute("org.apache.tomcat.comet.timeout.support") == Boolean.TRUE) {
request.action(ActionCode.ACTION_COMET_TIMEOUT,new Integer(timeout));