Package org.apache.http.impl.execchain
package org.apache.http.impl.execchain
HTTP request execution chain APIs.
-
ClassDescriptionThis interface represents an element in the HTTP request execution chain.The last request executor in the HTTP request execution chain that is responsible for execution of request / response exchanges with the opposite endpoint.Request executor that implements the most fundamental aspects of the HTTP specification and the most straight-forward request / response exchange with the target server.Request executor in the request execution chain that is responsible for implementation of HTTP specification requirements.Request executor in the request execution chain that is responsible for handling of request redirects.Signals that the request has been aborted.Request executor in the request execution chain that is responsible for making a decision whether a request failed due to an I/O error should be re-executed.Request executor in the request execution chain that is responsible for making a decision whether a request that received a non-2xx response from the target server should be re-executed.Signals that the tunnel request was rejected by the proxy host.