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 AsyncExecChainHandler
handler
private AsyncExecChainElement
next
-
Constructor Summary
Constructors Constructor Description AsyncExecChainElement(AsyncExecChainHandler handler, AsyncExecChainElement next)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.nio.AsyncEntityProducer entityProducer, AsyncExecChain.Scope scope, AsyncExecCallback asyncExecCallback)
java.lang.String
toString()
-
-
-
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.HttpException
java.io.IOException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-