Package | Description |
---|---|
org.apache.http.auth |
The API for client-side HTTP authentication against a server.
|
org.apache.http.conn.params |
Parameters for configuring HTTP connection and connection management
related classes.
|
org.apache.http.conn.scheme | |
org.apache.http.conn.ssl |
TLS/SSL specific API.
|
org.apache.http.cookie |
The API for client-side state management via cookies.
|
org.apache.http.impl.client |
Default implementations for interfaces in
org.apache.http.client . |
org.apache.http.impl.conn |
Default implementations for interfaces in
org.apache.http.impl.conn and related classes. |
org.apache.http.impl.conn.tsccm |
The implementation of a thread-safe client connection manager.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthSchemeRegistry
Authentication scheme registry that can be used to obtain the corresponding
authentication scheme implementation for a given type of authorization challenge.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnPerRouteBean
This class maintains a map of HTTP routes to maximum number of connections allowed
for those routes.
|
Modifier and Type | Class and Description |
---|---|
class |
SchemeRegistry
A set of supported protocol
Scheme s. |
Modifier and Type | Class and Description |
---|---|
class |
SSLSocketFactory
Layered socket factory for TLS/SSL connections.
|
Modifier and Type | Class and Description |
---|---|
class |
CookieSpecRegistry
Cookie specification registry that can be used to obtain the corresponding
cookie specification implementation for a given type of type or version of
cookie.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttpClient
Base class for
HttpClient implementations. |
class |
BasicCookieStore
Default implementation of
CookieStore |
class |
BasicCredentialsProvider
Default implementation of
CredentialsProvider . |
class |
ContentEncodingHttpClient
DefaultHttpClient sub-class which includes a RequestAcceptEncoding
for the request and response. |
class |
DefaultHttpClient
Default implementation of
HttpClient pre-configured for most common use scenarios. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultClientConnectionOperator
Default implementation of a
ClientConnectionOperator . |
class |
DefaultHttpRoutePlanner
Default implementation of an
HttpRoutePlanner . |
class |
DefaultResponseParser
Default HTTP response parser implementation.
|
class |
SchemeRegistryFactory |
class |
SingleClientConnManager
A connection manager for a single connection.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnPoolByRoute
A connection pool that maintains connections by route.
|
class |
ThreadSafeClientConnManager
Manages a pool of
client connections and
is able to service connection requests from multiple execution threads. |
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.