com.caucho.server.rewrite
Class ProxyRule.ProxyFilterChain

java.lang.Object
  extended by com.caucho.server.dispatch.AbstractFilterChain
      extended by com.caucho.server.rewrite.ProxyRule.ProxyFilterChain
All Implemented Interfaces:
CometFilterChain, FilterChain
Enclosing class:
ProxyRule

public static class ProxyRule.ProxyFilterChain
extends AbstractFilterChain


Method Summary
 void doFilter(ServletRequest req, ServletResponse res)
          Invokes the next filter in the chain or the final servlet at the end of the chain.
 
Methods inherited from class com.caucho.server.dispatch.AbstractFilterChain
doResume, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

doFilter

public void doFilter(ServletRequest req,
                     ServletResponse res)
              throws java.io.IOException,
                     ServletException
Description copied from interface: FilterChain
Invokes the next filter in the chain or the final servlet at the end of the chain.

Parameters:
req - the servlet request
res - the servlet response
Throws:
java.io.IOException
ServletException