Uses of Interface
org.apache.http.params.HttpParams

Packages that use HttpParams
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.auth.params
Parameters for configuring 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.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.scheme  
org.apache.http.conn.ssl
TLS/SSL specific parts of the HttpConn API.
org.apache.http.cookie
The API for client-side state management via cookies, commonly referred to as HttpCookie.
org.apache.http.cookie.params
Parameters for configuring HttpCookie.
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.io
Default implementations for interfaces in org.apache.http.io.
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.