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) useHttpClientContextHttpClientContext Adaptor class that provides convenience type safe setters and getters for commonHttpContextattributes 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 currentCookieStoreto the request being executed and generates correspondingCookierequest headers.RequestAuthCache Request interceptor that can preemptively authenticate against known hosts, if there is a cachedAuthSchemeinstance in the localAuthCacheassociated with the given target or proxy host.RequestClientConnControl This protocol interceptor is responsible for addingConnectionorProxy-Connectionheaders to the outgoing requests, which is essential for managing persistence ofHTTP/1.0connections.RequestDefaultHeaders Request interceptor that adds default request headers.RequestExpectContinue RequestExpectContinue is responsible for enabling the 'expect-continue' handshake by addingExpectheader.RequestProxyAuthentication Deprecated. (4.3) useHttpAuthenticator.RequestTargetAuthentication Deprecated. (4.3) useHttpAuthenticator.ResponseAuthCache Deprecated. (4.2) useAuthenticationStrategyResponseContentEncoding HttpResponseInterceptorresponsible for processing Content-Encoding responses.ResponseProcessCookies Response interceptor that populates the currentCookieStorewith data contained in response cookies received in the given the HTTP response.