Package org.apache.http.client.protocol

Additional request and response interceptors for HTTP state and authentication management.

See:
          Description

Interface Summary
ClientContext HttpContext attribute names for client side HTTP protocol processing.
 

Class Summary
ClientContextConfigurer Configuration facade for HttpContext instances.
RequestAddCookies Request interceptor that matches cookies available in the current CookieStore to the request being executed and generates corresponding Cookie request headers.
RequestClientConnControl This protocol interceptor is responsible for adding Connection or Proxy-Connection headers to the outgoing requests, which is essential for managing persistence of HTTP/1.0 connections.
RequestDefaultHeaders Request interceptor that adds default request headers.
RequestProxyAuthentication Generates authentication header for the proxy host, if required, based on the actual state of the HTTP authentication context.
RequestTargetAuthentication Generates authentication header for the target host, if required, based on the actual state of the HTTP authentication context.
ResponseProcessCookies Response interceptor that populates the current CookieStore with data contained in response cookies received in the given the HTTP response.
 

Package org.apache.http.client.protocol Description

Additional request and response interceptors for HTTP state and authentication management.



Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.