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 HttpFilterChainprivate final HttpFilterHandlerprivate final HttpServerFilterChainElement -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(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:
IOExceptionHttpException
-
toString
-