public class ResinCometHandler extends GenericCometServlet
| Constructor and Description | 
|---|
| ResinCometHandler()Constructs a new handler. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | destroy()Invoked when the handler is destroyed. | 
| void | init()Invoked when the handler is initialized. | 
| boolean | resume(ServletRequest servletRequest,
      ServletResponse servletResponse,
      CometController cometController)Invoked by the clients via the servlet engine on READ event. | 
| boolean | service(ServletRequest servletRequest,
       ServletResponse servletResponse,
       CometController cometController)Invoked by the clients via the servlet engine on BEGIN event. | 
servicegetInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetServletConfig, getServletInfo, initpublic void destroy()
destroy in interface Servletdestroy in class GenericServletpublic void init()
init in class GenericServletpublic boolean resume(ServletRequest servletRequest, ServletResponse servletResponse, CometController cometController) throws IOException, ServletException
resume in interface CometServletresume in class GenericCometServletIOExceptionServletExceptionpublic boolean service(ServletRequest servletRequest, ServletResponse servletResponse, CometController cometController) throws IOException, ServletException
service in interface CometServletservice in class GenericCometServletIOExceptionServletExceptionCopyright © 2008-2012 Anders Møller & Mathias Schwarz.