public static class HttpProxy.ProxyFilterChain 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
FilterChain
doFilter
in interface FilterChain
req
- the servlet requestres
- the servlet responsejava.io.IOException
ServletException