Uses of Package
org.apache.http.conn

Packages that use org.apache.http.conn
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.client.params Parameters for configuring the default HttpClient implementation. 
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 Scheme class represents a protocol scheme such as "http" or "https" and contains a number of protocol properties such as the default port and the socket factory to be used to creating Sockets for the given protocol 
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. 
 

Classes in org.apache.http.conn used by org.apache.http.client
ClientConnectionManager
          Management interface for client connections.
 

Classes in org.apache.http.conn used by org.apache.http.client.methods
ClientConnectionRequest
          Encapsulates a request for a ManagedClientConnection.
ConnectionReleaseTrigger
          Interface for releasing a connection.
 

Classes in org.apache.http.conn used by org.apache.http.client.params
ClientConnectionManagerFactory
          A factory for creating new ClientConnectionManager instances.
 

Classes in org.apache.http.conn used by org.apache.http.conn
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.
ManagedClientConnection
          A client-side connection with advanced connection logic.
MultihomePlainSocketFactory
          Socket factory that implements a simple multi-home fail-over on connect failure, provided the same hostname resolves to multiple InetAddresses.
OperatedClientConnection
          A client-side connection that relies on outside logic to connect sockets to the appropriate hosts.
 

Classes in org.apache.http.conn used by org.apache.http.conn.scheme
ConnectTimeoutException
          A timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager.
 

Classes in org.apache.http.conn used by org.apache.http.impl.client
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.
 

Classes in org.apache.http.conn used by org.apache.http.impl.conn
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.
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.
 

Classes in org.apache.http.conn used by org.apache.http.impl.conn.tsccm
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.
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-2010 Apache Software Foundation. All Rights Reserved.