Package org.apache.http.client.protocol
Client specific HTTP protocol handlers.
-
Interface Summary Interface Description ClientContext Deprecated. (4.3) useHttpClientContext
. -
Class Summary Class Description ClientContextConfigurer Deprecated. (4.3) useHttpClientContext
HttpClientContext Adaptor class that provides convenience type safe setters and getters for commonHttpContext
attributes used in the course of HTTP request execution.RequestAcceptEncoding Class responsible for handling Content Encoding requests in HTTP.RequestAddCookies Request interceptor that matches cookies available in the currentCookieStore
to the request being executed and generates correspondingCookie
request headers.RequestAuthCache Request interceptor that can preemptively authenticate against known hosts, if there is a cachedAuthScheme
instance in the localAuthCache
associated with the given target or proxy host.RequestClientConnControl This protocol interceptor is responsible for addingConnection
orProxy-Connection
headers to the outgoing requests, which is essential for managing persistence ofHTTP/1.0
connections.RequestDefaultHeaders Request interceptor that adds default request headers.RequestExpectContinue RequestExpectContinue is responsible for enabling the 'expect-continue' handshake by addingExpect
header.RequestProxyAuthentication Deprecated. (4.3) useHttpAuthenticator
.RequestTargetAuthentication Deprecated. (4.3) useHttpAuthenticator
.ResponseAuthCache Deprecated. (4.2) useAuthenticationStrategy
ResponseContentEncoding HttpResponseInterceptor
responsible for processing Content-Encoding responses.ResponseProcessCookies Response interceptor that populates the currentCookieStore
with data contained in response cookies received in the given the HTTP response.