Uses of Package
org.apache.http

Packages that use org.apache.http
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.entity  
org.apache.http.client.methods
Request implementations for the various HTTP methods like GET and POST.
org.apache.http.client.params
Parameters for configuring HttpClient.
org.apache.http.client.protocol
Additional request and response interceptors.
org.apache.http.client.utils
Helpers and utility classes for HttpClient.
org.apache.http.conn
The client-side connection management and handling API at the heart of what is referred to as HttpConn.
org.apache.http.conn.params
Parameters for configuring HttpConn.
org.apache.http.conn.routing
The client-side route representation and tracking API, part of HttpConn.
org.apache.http.conn.scheme  
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
Default implementations for interfaces in org.apache.http.
org.apache.http.impl.auth  
org.apache.http.impl.client  
org.apache.http.impl.conn  
org.apache.http.impl.conn.tsccm
The implementation of a thread-safe client connection manager.
org.apache.http.impl.cookie  
org.apache.http.impl.entity
Default implementations for interfaces in org.apache.http.entity.
org.apache.http.impl.io
Default implementations for interfaces in org.apache.http.io.
org.apache.http.io
The transport layer abstraction of the HTTP components.
org.apache.http.message
A selection of HTTP message implementations.
org.apache.http.params
The parameterization framework for HTTP components.
org.apache.http.protocol
HTTP protocol execution framework.
org.apache.http.util
Mostly utility classes with static helper methods for various purposes.