Class AsyncExecChainElement
- java.lang.Object
-
- org.apache.hc.client5.http.impl.async.AsyncExecChainElement
-
class AsyncExecChainElement extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private AsyncExecChainHandlerhandlerprivate AsyncExecChainElementnext
-
Constructor Summary
Constructors Constructor Description AsyncExecChainElement(AsyncExecChainHandler handler, AsyncExecChainElement next)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.nio.AsyncEntityProducer entityProducer, AsyncExecChain.Scope scope, AsyncExecCallback asyncExecCallback)java.lang.StringtoString()
-
-
-
Field Detail
-
handler
private final AsyncExecChainHandler handler
-
next
private final AsyncExecChainElement next
-
-
Constructor Detail
-
AsyncExecChainElement
AsyncExecChainElement(AsyncExecChainHandler handler, AsyncExecChainElement next)
-
-
Method Detail
-
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, java.io.IOException- Throws:
org.apache.hc.core5.http.HttpExceptionjava.io.IOException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-