Package | Description |
---|---|
org.apache.http.client |
The API for client-side HTTP communication.
|
org.apache.http.client.methods |
Request implementations for the various HTTP methods like GET and POST.
|
org.apache.http.conn |
The client-side connection management and handling API that provides interfaces
and implementations for opening and managing client side HTTP connections.
|
org.apache.http.conn.scheme | |
org.apache.http.conn.ssl |
TLS/SSL specific API.
|
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.
|
Class and Description |
---|
ClientConnectionManager
Management interface for
client connections . |
Class and Description |
---|
ClientConnectionRequest
Encapsulates a request for a
ManagedClientConnection . |
ConnectionReleaseTrigger
Interface for releasing a connection.
|
Class and Description |
---|
ClientConnectionManager
Management interface for
client connections . |
ClientConnectionRequest
Encapsulates a request for a
ManagedClientConnection . |
ConnectionPoolTimeoutException
A timeout while waiting for an available connection
from a connection manager.
|
ConnectionReleaseTrigger
Interface for releasing a connection.
|
ConnectTimeoutException
A timeout while connecting to an HTTP server or waiting for an
available connection from an HttpConnectionManager.
|
EofSensorWatcher
A watcher for
EofSensorInputStream . |
HttpRoutedConnection
Interface to access routing information of a client side connection.
|
ManagedClientConnection
A client-side connection with advanced connection logic.
|
MultihomePlainSocketFactory
Deprecated.
(4.1) Do not use. For multihome support socket factories must implement
SchemeSocketFactory interface. |
OperatedClientConnection
A client-side connection that relies on outside logic to connect sockets to the
appropriate hosts.
|
Class and Description |
---|
ConnectTimeoutException
A timeout while connecting to an HTTP server or waiting for an
available connection from an HttpConnectionManager.
|
Class and Description |
---|
ConnectTimeoutException
A timeout while connecting to an HTTP server or waiting for an
available connection from an HttpConnectionManager.
|
Class and Description |
---|
ClientConnectionManager
Management interface for
client connections . |
ConnectionKeepAliveStrategy
Interface for deciding how long a connection can remain
idle before being reused.
|
ManagedClientConnection
A client-side connection with advanced connection logic.
|
Class and Description |
---|
ClientConnectionManager
Management interface for
client connections . |
ClientConnectionOperator
ClientConnectionOperator represents a strategy for creating
OperatedClientConnection instances and updating the underlying
Socket of those objects. |
ClientConnectionRequest
Encapsulates a request for a
ManagedClientConnection . |
ConnectionReleaseTrigger
Interface for releasing a connection.
|
DnsResolver
Users may implement this interface to override the normal DNS lookup offered
by the OS.
|
HttpRoutedConnection
Interface to access routing information of a client side connection.
|
ManagedClientConnection
A client-side connection with advanced connection logic.
|
OperatedClientConnection
A client-side connection that relies on outside logic to connect sockets to the
appropriate hosts.
|
Class and Description |
---|
ClientConnectionManager
Management interface for
client connections . |
ClientConnectionOperator
ClientConnectionOperator represents a strategy for creating
OperatedClientConnection instances and updating the underlying
Socket of those objects. |
ClientConnectionRequest
Encapsulates a request for a
ManagedClientConnection . |
ConnectionPoolTimeoutException
A timeout while waiting for an available connection
from a connection manager.
|
ConnectionReleaseTrigger
Interface for releasing a connection.
|
HttpRoutedConnection
Interface to access routing information of a client side connection.
|
ManagedClientConnection
A client-side connection with advanced connection logic.
|
OperatedClientConnection
A client-side connection that relies on outside logic to connect sockets to the
appropriate hosts.
|
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.