Class HttpServerFilterChainElement
java.lang.Object
org.apache.hc.core5.http.io.support.HttpServerFilterChainElement
An element in a request processing chain.
- Since:
- 5.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final HttpFilterChain
private final HttpFilterHandler
private final HttpServerFilterChainElement
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(ClassicHttpRequest request, HttpFilterChain.ResponseTrigger responseTrigger, HttpContext context) toString()
-
Field Details
-
handler
-
next
-
filterChain
-
-
Constructor Details
-
HttpServerFilterChainElement
-
-
Method Details
-
handle
public void handle(ClassicHttpRequest request, HttpFilterChain.ResponseTrigger responseTrigger, HttpContext context) throws IOException, HttpException - Throws:
IOException
HttpException
-
toString
-