Class ConnManagerParamBean


  • @Deprecated
    public class ConnManagerParamBean
    extends HttpAbstractParamBean
    Deprecated.
    (4.1) use configuration methods of the specific connection manager implementation.
    This is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate connection manager parameters using Java Beans conventions.
    Since:
    4.0
    • Constructor Detail

      • ConnManagerParamBean

        public ConnManagerParamBean​(HttpParams params)
        Deprecated.
    • Method Detail

      • setTimeout

        public void setTimeout​(long timeout)
        Deprecated.
      • setMaxTotalConnections

        public void setMaxTotalConnections​(int maxConnections)
        Deprecated.
      • setConnectionsPerRoute

        public void setConnectionsPerRoute​(ConnPerRouteBean connPerRoute)
        Deprecated.