Package org.glassfish.grizzly.servlet
Interface FilterChainInvoker
-
public interface FilterChainInvoker
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinvokeFilterChain(jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response)
-
-
-
Method Detail
-
invokeFilterChain
void invokeFilterChain(jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response) throws IOException, jakarta.servlet.ServletException- Throws:
IOExceptionjakarta.servlet.ServletException
-
-