| Package | Description | 
|---|---|
| org.apache.hc.client5.http.classic | HTTP client APIs based on the classic (blocking) I/O model. | 
| org.apache.hc.client5.http.impl.classic | Classic HTTP client API implementation that supports HTTP/1.1 transport
 only. | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.hc.core5.http.ClassicHttpResponse | ExecChainHandler. execute(org.apache.hc.core5.http.ClassicHttpRequest request,
       ExecChain.Scope scope,
       ExecChain chain)Executes the actual HTTP request. | 
| org.apache.hc.core5.http.ClassicHttpResponse | ExecChain. proceed(org.apache.hc.core5.http.ClassicHttpRequest request,
       ExecChain.Scope scope) | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.hc.core5.http.ClassicHttpResponse | ProtocolExec. execute(org.apache.hc.core5.http.ClassicHttpRequest userRequest,
       ExecChain.Scope scope,
       ExecChain chain) | 
| org.apache.hc.core5.http.ClassicHttpResponse | HttpRequestRetryExec. execute(org.apache.hc.core5.http.ClassicHttpRequest request,
       ExecChain.Scope scope,
       ExecChain chain) | 
| org.apache.hc.core5.http.ClassicHttpResponse | BackoffStrategyExec. execute(org.apache.hc.core5.http.ClassicHttpRequest request,
       ExecChain.Scope scope,
       ExecChain chain) | 
| org.apache.hc.core5.http.ClassicHttpResponse | ContentCompressionExec. execute(org.apache.hc.core5.http.ClassicHttpRequest request,
       ExecChain.Scope scope,
       ExecChain chain) | 
| org.apache.hc.core5.http.ClassicHttpResponse | ConnectExec. execute(org.apache.hc.core5.http.ClassicHttpRequest request,
       ExecChain.Scope scope,
       ExecChain chain) | 
| org.apache.hc.core5.http.ClassicHttpResponse | MainClientExec. execute(org.apache.hc.core5.http.ClassicHttpRequest request,
       ExecChain.Scope scope,
       ExecChain chain) | 
| org.apache.hc.core5.http.ClassicHttpResponse | RedirectExec. execute(org.apache.hc.core5.http.ClassicHttpRequest request,
       ExecChain.Scope scope,
       ExecChain chain) | 
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.