Class AsyncServerFilterChainElement
java.lang.Object
org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement
An element in an asynchronous request processing chain.
- Since:
- 5.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AsyncFilterChain
private final AsyncFilterHandler
private final AsyncServerFilterChainElement
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionhandle
(HttpRequest request, EntityDetails entityDetails, HttpContext context, AsyncFilterChain.ResponseTrigger responseTrigger) toString()
-
Field Details
-
handler
-
next
-
filterChain
-
-
Constructor Details
-
AsyncServerFilterChainElement
public AsyncServerFilterChainElement(AsyncFilterHandler handler, AsyncServerFilterChainElement next)
-
-
Method Details
-
handle
public AsyncDataConsumer handle(HttpRequest request, EntityDetails entityDetails, HttpContext context, AsyncFilterChain.ResponseTrigger responseTrigger) throws HttpException, IOException - Throws:
HttpException
IOException
-
toString
-