public class SingleThreadServletFilterChain extends java.lang.Object implements FilterChain
Constructor and Description |
---|
SingleThreadServletFilterChain(ServletConfigImpl config)
Create the filter chain servlet.
|
Modifier and Type | Method and Description |
---|---|
void |
doFilter(ServletRequest request,
ServletResponse response)
Invokes the final servlet at the end of the chain.
|
public SingleThreadServletFilterChain(ServletConfigImpl config)
servlet
- the underlying servletpublic void doFilter(ServletRequest request, ServletResponse response) throws ServletException, java.io.IOException
doFilter
in interface FilterChain
request
- the servlet requestresponse
- the servlet responseServletException
java.io.IOException