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 and entry point to the HttpClient module. 
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 at the heart of what is referred to as HttpConn
org.apache.http.conn.params Parameters for configuring HttpConn
org.apache.http.conn.ssl TLS/SSL specific parts of the HttpConn API. 
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. 
 

Classes in org.apache.http.conn used by org.apache.http.client
ClientConnectionManager
          Management interface for client connections.
HttpRoute
          The route for a request.
ManagedClientConnection
          A client-side connection with advanced connection logic.
 

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

Classes in org.apache.http.conn used by org.apache.http.conn
ClientConnectionManager
          Management interface for client connections.
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.
HttpRoute
          The route for a request.
HttpRouteDirector
          Provides directions on establishing a route.
ManagedClientConnection
          A client-side connection with advanced connection logic.
OperatedClientConnection
          A client-side connection that needs to be operated.
PlainSocketFactory
          The default class for creating sockets.
Scheme
          Encapsulates specifics of a protocol scheme such as "http" or "https".
SchemeRegistry
          A set of supported protocol schemes.
SocketFactory
          A factory for creating and connecting sockets.
 

Classes in org.apache.http.conn used by org.apache.http.conn.params
HttpRoute
          The route for a request.
 

Classes in org.apache.http.conn used by org.apache.http.conn.ssl
LayeredSocketFactory
          A SocketFactory for layered sockets (SSL/TLS).
SocketFactory
          A factory for creating and connecting sockets.
 

Classes in org.apache.http.conn used by org.apache.http.impl.client
ClientConnectionManager
          Management interface for client connections.
ConnectionPoolTimeoutException
          A timeout while waiting for an available connection from a connection manager.
HttpRoute
          The route for a request.
HttpRoutePlanner
          Encapsulates logic to compute a HttpRoute to a target host.
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
          Interface for opening connections.
ConnectionReleaseTrigger
          Interface for releasing a connection.
HttpRoute
          The route for a request.
HttpRoutePlanner
          Encapsulates logic to compute a HttpRoute to a target host.
ManagedClientConnection
          A client-side connection with advanced connection logic.
OperatedClientConnection
          A client-side connection that needs to be operated.
RouteTracker
          Helps tracking the steps in establishing a route.
SchemeRegistry
          A set of supported protocol schemes.
 

Classes in org.apache.http.conn used by org.apache.http.impl.conn.tsccm
ClientConnectionManager
          Management interface for client connections.
ClientConnectionOperator
          Interface for opening connections.
ConnectionPoolTimeoutException
          A timeout while waiting for an available connection from a connection manager.
ConnectionReleaseTrigger
          Interface for releasing a connection.
HttpRoute
          The route for a request.
ManagedClientConnection
          A client-side connection with advanced connection logic.
OperatedClientConnection
          A client-side connection that needs to be operated.
SchemeRegistry
          A set of supported protocol schemes.
 



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.