Class HttpServerFilterChainRequestHandler
java.lang.Object
org.apache.hc.core5.http.io.support.HttpServerFilterChainRequestHandler
- All Implemented Interfaces:
HttpServerRequestHandler
HttpServerRequestHandler
implementation that delegates request processing
to a HttpServerFilterChainElement
.- Since:
- 5.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.hc.core5.http.io.HttpServerRequestHandler
HttpServerRequestHandler.ResponseTrigger
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(ClassicHttpRequest request, HttpServerRequestHandler.ResponseTrigger trigger, HttpContext context) Handles the request and submits a final response to be sent back to the client.
-
Field Details
-
filterChain
-
-
Constructor Details
-
HttpServerFilterChainRequestHandler
-
-
Method Details
-
handle
public void handle(ClassicHttpRequest request, HttpServerRequestHandler.ResponseTrigger trigger, HttpContext context) throws HttpException, IOException Description copied from interface:HttpServerRequestHandler
Handles the request and submits a final response to be sent back to the client.- Specified by:
handle
in interfaceHttpServerRequestHandler
- Parameters:
request
- the actual request.trigger
- the response trigger.context
- the actual execution context.- Throws:
HttpException
IOException
-