Uses of Package
org.apache.http.params
| 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.
|
-
Classes in org.apache.http.params used by org.apache.http Class Description HttpParams Represents a collection of HTTP protocol and framework parameters. -
Classes in org.apache.http.params used by org.apache.http.auth Class Description HttpParams Represents a collection of HTTP protocol and framework parameters. -
Classes in org.apache.http.params used by org.apache.http.auth.params Class Description HttpAbstractParamBean HttpParams Represents a collection of HTTP protocol and framework parameters. -
Classes in org.apache.http.params used by org.apache.http.client Class Description HttpParams Represents a collection of HTTP protocol and framework parameters. -
Classes in org.apache.http.params used by org.apache.http.client.params Class Description CoreConnectionPNames Defines parameter names for connections in HttpCore.CoreProtocolPNames Defines parameter names for protocol execution in HttpCore.HttpAbstractParamBean HttpParams Represents a collection of HTTP protocol and framework parameters. -
Classes in org.apache.http.params used by org.apache.http.conn Class Description HttpParams Represents a collection of HTTP protocol and framework parameters. -
Classes in org.apache.http.params used by org.apache.http.conn.params Class Description HttpAbstractParamBean HttpParams Represents a collection of HTTP protocol and framework parameters. -
Classes in org.apache.http.params used by org.apache.http.conn.scheme Class Description HttpParams Represents a collection of HTTP protocol and framework parameters. -
Classes in org.apache.http.params used by org.apache.http.conn.ssl Class Description HttpParams Represents a collection of HTTP protocol and framework parameters. -
Classes in org.apache.http.params used by org.apache.http.cookie Class Description HttpParams Represents a collection of HTTP protocol and framework parameters. -
Classes in org.apache.http.params used by org.apache.http.cookie.params Class Description HttpAbstractParamBean HttpParams Represents a collection of HTTP protocol and framework parameters. -
Classes in org.apache.http.params used by org.apache.http.impl Class Description HttpParams Represents a collection of HTTP protocol and framework parameters. -
Classes in org.apache.http.params used by org.apache.http.impl.auth Class Description HttpParams Represents a collection of HTTP protocol and framework parameters. -
Classes in org.apache.http.params used by org.apache.http.impl.client Class Description AbstractHttpParams Abstract base class for parameter collections.HttpParams Represents a collection of HTTP protocol and framework parameters. -
Classes in org.apache.http.params used by org.apache.http.impl.conn Class Description HttpParams Represents a collection of HTTP protocol and framework parameters. -
Classes in org.apache.http.params used by org.apache.http.impl.conn.tsccm Class Description HttpParams Represents a collection of HTTP protocol and framework parameters. -
Classes in org.apache.http.params used by org.apache.http.impl.cookie Class Description HttpParams Represents a collection of HTTP protocol and framework parameters. -
Classes in org.apache.http.params used by org.apache.http.impl.io Class Description HttpParams Represents a collection of HTTP protocol and framework parameters. -
Classes in org.apache.http.params used by org.apache.http.message Class Description HttpParams Represents a collection of HTTP protocol and framework parameters. -
Classes in org.apache.http.params used by org.apache.http.params Class Description AbstractHttpParams Abstract base class for parameter collections.CoreConnectionPNames Defines parameter names for connections in HttpCore.CoreProtocolPNames Defines parameter names for protocol execution in HttpCore.HttpAbstractParamBean HttpParams Represents a collection of HTTP protocol and framework parameters. -
Classes in org.apache.http.params used by org.apache.http.protocol Class Description HttpParams Represents a collection of HTTP protocol and framework parameters.