Package net.officefloor.servlet
Interface FilterServicer
public interface FilterServicer
Services
ServerHttpConnection via Filter.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidservice(ServerHttpConnection connection, Executor executor, AsynchronousFlow asynchronousFlow, AsynchronousFlowCompletion asynchronousFlowCompletion, jakarta.servlet.FilterChain chain) Services theServerHttpConnection.
-
Method Details
-
service
void service(ServerHttpConnection connection, Executor executor, AsynchronousFlow asynchronousFlow, AsynchronousFlowCompletion asynchronousFlowCompletion, jakarta.servlet.FilterChain chain) throws Exception Services theServerHttpConnection.- Parameters:
connection-ServerHttpConnection.executor-Executor.asynchronousFlow-AsynchronousFlowto allow forAsyncContext.asynchronousFlowCompletion-AsynchronousFlowCompletion.chain-FilterChain.- Throws:
Exception- If fails to service.
-