Package org.glassfish.grizzly.servlet
Interface FilterChainInvoker
public interface FilterChainInvoker
-
Method Summary
Modifier and TypeMethodDescriptionvoidinvokeFilterChain(ServletRequest request, ServletResponse response)
-
Method Details
-
invokeFilterChain
void invokeFilterChain(ServletRequest request, ServletResponse response) throws IOException, ServletException - Throws:
IOExceptionServletException
-