|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.dispatch.AbstractFilterChain
public abstract class AbstractFilterChain
Represents the next filter in a filter chain. The final filter will be the servlet itself.
| Constructor Summary | |
|---|---|
AbstractFilterChain()
|
|
| Method Summary | |
|---|---|
boolean |
doResume(ServletRequest request,
ServletResponse response)
Resumes the request. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.servlet.FilterChain |
|---|
doFilter |
| Constructor Detail |
|---|
public AbstractFilterChain()
| Method Detail |
|---|
public boolean doResume(ServletRequest request,
ServletResponse response)
throws ServletException,
java.io.IOException
doResume in interface CometFilterChainrequest - the servlet requestresponse - the servlet response
ServletException
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||