Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.apache.http.impl.execchain Classes and Interfaces - 10 results found.
| Name | Description | Type | Package | Framework |
| BackoffStrategyExec | | Class | org.apache.http.impl.execchain | Apache HttpComponents |
|
| ClientExecChain | This interface represents an element in the HTTP request execution chain. | Interface | org.apache.http.impl.execchain | Apache HttpComponents |
|
| MainClientExec | The last request executor in the HTTP request execution chain that is responsible for execution of request / response | Class | org.apache.http.impl.execchain | Apache HttpComponents |
|
| MinimalClientExec | Request executor that implements the most fundamental aspects of the HTTP specification and the most straight-forward request / response | Class | org.apache.http.impl.execchain | Apache HttpComponents |
|
| ProtocolExec | Request executor in the request execution chain that is responsible for implementation of HTTP specification requirements. | Class | org.apache.http.impl.execchain | Apache HttpComponents |
|
| RedirectExec | Request executor in the request execution chain that is responsible for handling of request redirects. | Class | org.apache.http.impl.execchain | Apache HttpComponents |
|
| RequestAbortedException | Signals that the request has been aborted. | Class | org.apache.http.impl.execchain | Apache HttpComponents |
|
| RetryExec | Request executor in the request execution chain that is responsible for making a decision whether a request failed due to an I/O error | Class | org.apache.http.impl.execchain | Apache HttpComponents |
|
| ServiceUnavailableRetryExec | Request executor in the request execution chain that is responsible for making a decision whether a request that received a non-2xx response | Class | org.apache.http.impl.execchain | Apache HttpComponents |
|
| TunnelRefusedException | Signals that the tunnel request was rejected by the proxy host. | Class | org.apache.http.impl.execchain | Apache HttpComponents |