Class AsyncExecChainElement
java.lang.Object
org.apache.hc.client5.http.impl.async.AsyncExecChainElement
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AsyncExecChainHandlerprivate final AsyncExecChainElement -
Constructor Summary
ConstructorsConstructorDescriptionAsyncExecChainElement(AsyncExecChainHandler handler, AsyncExecChainElement next) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.nio.AsyncEntityProducer entityProducer, AsyncExecChain.Scope scope, AsyncExecCallback asyncExecCallback) toString()
-
Field Details
-
handler
-
next
-
-
Constructor Details
-
AsyncExecChainElement
AsyncExecChainElement(AsyncExecChainHandler handler, AsyncExecChainElement next)
-
-
Method Details
-
execute
public void execute(org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.nio.AsyncEntityProducer entityProducer, AsyncExecChain.Scope scope, AsyncExecCallback asyncExecCallback) throws org.apache.hc.core5.http.HttpException, IOException - Throws:
org.apache.hc.core5.http.HttpExceptionIOException
-
toString
-