Uses of Package
org.apache.http.impl.execchain
-
Packages that use org.apache.http.impl.execchain Package Description org.apache.http.impl.client Default HTTP client implementation.org.apache.http.impl.client.cache This package contains a cache module that can be used for HTTP/1.1 client-side caching.org.apache.http.impl.execchain HTTP request execution chain APIs. -
Classes in org.apache.http.impl.execchain used by org.apache.http.impl.client Class Description ClientExecChain This interface represents an element in the HTTP request execution chain.MinimalClientExec Request executor that implements the most fundamental aspects of the HTTP specification and the most straight-forward request / response exchange with the target server. -
Classes in org.apache.http.impl.execchain used by org.apache.http.impl.client.cache Class Description ClientExecChain This interface represents an element in the HTTP request execution chain. -
Classes in org.apache.http.impl.execchain used by org.apache.http.impl.execchain Class Description ClientExecChain This interface represents an element in the HTTP request execution chain.ConnectionHolder Internal connection holder.