com.caucho.rewrite
Class LoadBalance.LoadBalanceFilterChain

java.lang.Object
  extended by com.caucho.rewrite.LoadBalance.LoadBalanceFilterChain
All Implemented Interfaces:
FilterChain
Enclosing class:
LoadBalance

public static class LoadBalance.LoadBalanceFilterChain
extends java.lang.Object
implements FilterChain


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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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.

Specified by:
doFilter in interface FilterChain
Parameters:
req - the servlet request
res - the servlet response
Throws:
java.io.IOException
ServletException