to.etc.webapp.ajax.comet
Interface CometContext

All Known Implementing Classes:
EventCometContext

public interface CometContext

A context call for a COMET environment.

Author:
Frits Jalvingh Created on Oct 25, 2006

Method Summary
 void begin(javax.servlet.http.HttpServlet slet, javax.servlet.http.HttpServletRequest req, Continuation cont)
           
 void respond(javax.servlet.http.HttpServletResponse resp, boolean timeout)
           
 

Method Detail

begin

void begin(javax.servlet.http.HttpServlet slet,
           javax.servlet.http.HttpServletRequest req,
           Continuation cont)
           throws java.lang.Exception
Throws:
java.lang.Exception

respond

void respond(javax.servlet.http.HttpServletResponse resp,
             boolean timeout)
             throws java.lang.Exception
Throws:
java.lang.Exception