com.acme
Class CometServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by 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

Constructor Summary
CometServlet()
           
 
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 javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
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
 

Constructor Detail

CometServlet

public CometServlet()
Method Detail

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.