Uses of Class
org.apache.http.conn.HostConfiguration

Packages that use HostConfiguration
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.impl.conn   
 

Uses of HostConfiguration in org.apache.http.conn
 

Fields in org.apache.http.conn declared as HostConfiguration
static HostConfiguration HostConfiguration.ANY_HOST_CONFIGURATION
          Constant representing a configuration for any host.
 

Methods in org.apache.http.conn that return HostConfiguration
 HostConfiguration RouteTracker.toHostConfig()
          Deprecated. use toRoute instead. Kept temporarily until HttpRoute takes over from HostConfiguration.
 HostConfiguration HttpRoute.toHostConfig()
          Deprecated. No replacement. This class will replace HostConfiguration where routes need to be represented. No conversion necessary.
 

Uses of HostConfiguration in org.apache.http.conn.params
 

Methods in org.apache.http.conn.params with parameters of type HostConfiguration
static int HttpConnectionManagerParams.getMaxConnectionsPerHost(org.apache.http.params.HttpParams params, HostConfiguration hostConfiguration)
          Gets the maximum number of connections to be used for a particular host config.
static void HttpConnectionManagerParams.setMaxConnectionsPerHost(org.apache.http.params.HttpParams params, HostConfiguration hostConfiguration, int maxHostConnections)
          Sets the maximum number of connections to be used for the given host config.
 

Uses of HostConfiguration in org.apache.http.impl.conn
 

Methods in org.apache.http.impl.conn with parameters of type HostConfiguration
 int ThreadSafeClientConnManager.getConnectionsInPool(HostConfiguration hostConfiguration)
          Gets the total number of pooled connections for the given host configuration.
 



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