public static class LoadBalance.LoadBalanceFilterChain extends java.lang.Object implements FilterChain
| Modifier and Type | Method and Description |
|---|---|
void |
doFilter(ServletRequest req,
ServletResponse res)
Invokes the next filter in the chain or the final servlet at
the end of the chain.
|
public void doFilter(ServletRequest req, ServletResponse res) throws java.io.IOException, ServletException
FilterChaindoFilter in interface FilterChainreq - the servlet requestres - the servlet responsejava.io.IOExceptionServletException