Uses of Class
org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec.State
-
Packages that use AsyncHttpRequestRetryExec.State Package Description org.apache.hc.client5.http.impl.async Asynchronous HTTP client API implementation that supports both HTTP/2 and HTTP/1.1 transport. -
-
Uses of AsyncHttpRequestRetryExec.State in org.apache.hc.client5.http.impl.async
Methods in org.apache.hc.client5.http.impl.async with parameters of type AsyncHttpRequestRetryExec.State Modifier and Type Method Description private void
AsyncHttpRequestRetryExec. internalExecute(AsyncHttpRequestRetryExec.State state, org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.nio.AsyncEntityProducer entityProducer, AsyncExecChain.Scope scope, AsyncExecChain chain, AsyncExecCallback asyncExecCallback)
-