| 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 | 
|---|---|
| ClassicHttpResponse | ExecChainHandler. execute(ClassicHttpRequest request,
       ExecChain.Scope scope,
       ExecChain chain)Executes the actual HTTP request. | 
| ClassicHttpResponse | ExecChain. proceed(ClassicHttpRequest request,
       ExecChain.Scope scope) | 
| Modifier and Type | Method and Description | 
|---|---|
| ClassicHttpResponse | HttpRequestRetryExec. execute(ClassicHttpRequest request,
       ExecChain.Scope scope,
       ExecChain chain) | 
| ClassicHttpResponse | ConnectExec. execute(ClassicHttpRequest request,
       ExecChain.Scope scope,
       ExecChain chain) | 
| ClassicHttpResponse | MainClientExec. execute(ClassicHttpRequest request,
       ExecChain.Scope scope,
       ExecChain chain) | 
| ClassicHttpResponse | ContentCompressionExec. execute(ClassicHttpRequest request,
       ExecChain.Scope scope,
       ExecChain chain) | 
| ClassicHttpResponse | RedirectExec. execute(ClassicHttpRequest request,
       ExecChain.Scope scope,
       ExecChain chain) | 
| ClassicHttpResponse | ProtocolExec. execute(ClassicHttpRequest userRequest,
       ExecChain.Scope scope,
       ExecChain chain) | 
| ClassicHttpResponse | BackoffStrategyExec. execute(ClassicHttpRequest request,
       ExecChain.Scope scope,
       ExecChain chain) | 
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.