Uses of Interface
org.apache.http.Header

Packages that use Header
Package Description
org.apache.http
The core interfaces and classes of the HTTP components.
org.apache.http.auth
The API for client-side HTTP authentication against a server, commonly referred to as HttpAuth.
org.apache.http.client
The API for client-side HTTP communication and entry point to the HttpClient module.
org.apache.http.client.params
Parameters for configuring HttpClient.
org.apache.http.cookie
The API for client-side state management via cookies, commonly referred to as HttpCookie.
org.apache.http.entity
Representations for HTTP message entities.
org.apache.http.impl.auth  
org.apache.http.impl.client  
org.apache.http.impl.cookie  
org.apache.http.impl.io
Default implementations for interfaces in org.apache.http.io.
org.apache.http.message
A selection of HTTP message implementations.