com.caucho.servlet.comet
Interface CometFilterChain
- All Superinterfaces:
- FilterChain
- All Known Implementing Classes:
- AbstractCacheFilterChain, AbstractFilterChain, CacheFilterChain, CometFilterFilterChain, CometServletFilterChain, FilterFilterChain, ProxyRule.ProxyFilterChain, SecurityFilterChain, ServletFilterChain, StatisticsFilterChain, WebAppFilterChain
public interface CometFilterChain
- extends FilterChain
Filter chain to handle the next resume
doResume
boolean doResume(ServletRequest request,
ServletResponse response)
throws java.io.IOException,
ServletException
- Resumes the request.
- Parameters:
request - the servlet request objectresponse - the servlet response objectcontroller - the controller to be passed to application code
- Returns:
- true for keepalive, false for the end of the request
- Throws:
java.io.IOException
ServletException