File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
httpclient5/src/main/java/org/apache/hc/client5/http/impl/io Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8585import org .slf4j .LoggerFactory ;
8686
8787/**
88- * {@code ClientConnectionPoolManager } maintains a pool of
88+ * {@code PoolingHttpClientConnectionManager } maintains a pool of
8989 * {@link ManagedHttpClientConnection}s and is able to service connection requests
9090 * from multiple execution threads. Connections are pooled on a per route
9191 * basis. A request for a route which already the manager has persistent
9292 * connections for available in the pool will be serviced by leasing
9393 * a connection from the pool rather than creating a new connection.
9494 * <p>
95- * {@code ClientConnectionPoolManager } maintains a maximum limit of connection
96- * on a per route basis and in total. Connection limits, however, can be adjusted
95+ * {@code PoolingHttpClientConnectionManager } maintains a maximum limit of connections
96+ * per route and in total. Connection limits, however, can be adjusted
9797 * using {@link ConnPoolControl} methods.
9898 * <p>
9999 * Total time to live (TTL) set at construction time defines maximum life span
You can’t perform that action at this time.
0 commit comments