Uses of Class
org.apache.http.conn.params.ConnPerRouteBean

Packages that use ConnPerRouteBean
org.apache.http.conn.params Parameters for configuring HTTP connection and connection management related classes. 
org.apache.http.impl.conn.tsccm The implementation of a thread-safe client connection manager. 
 

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

Methods in org.apache.http.conn.params with parameters of type ConnPerRouteBean
 void ConnManagerParamBean.setConnectionsPerRoute(ConnPerRouteBean connPerRoute)
          Deprecated.  
 

Uses of ConnPerRouteBean in org.apache.http.impl.conn.tsccm
 

Fields in org.apache.http.impl.conn.tsccm declared as ConnPerRouteBean
protected  ConnPerRouteBean ThreadSafeClientConnManager.connPerRoute
          Deprecated.  
 

Constructors in org.apache.http.impl.conn.tsccm with parameters of type ConnPerRouteBean
ThreadSafeClientConnManager(SchemeRegistry schreg, long connTTL, TimeUnit connTTLTimeUnit, ConnPerRouteBean connPerRoute)
          Deprecated. Creates a new thread safe connection manager.
 



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.