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 8484import org .slf4j .LoggerFactory ;
8585
8686/**
87- * {@code ClientConnectionPoolManager } maintains a pool of
87+ * {@code PoolingHttpClientConnectionManager } maintains a pool of
8888 * {@link ManagedHttpClientConnection}s and is able to service connection requests
8989 * from multiple execution threads. Connections are pooled on a per route
9090 * basis. A request for a route which already the manager has persistent
9191 * connections for available in the pool will be serviced by leasing
9292 * a connection from the pool rather than creating a new connection.
9393 * <p>
94- * {@code ClientConnectionPoolManager } maintains a maximum limit of connection
95- * on a per route basis and in total. Connection limits, however, can be adjusted
94+ * {@code PoolingHttpClientConnectionManager } maintains a maximum limit of connections
95+ * per route and in total. Connection limits, however, can be adjusted
9696 * using {@link ConnPoolControl} methods.
9797 * <p>
9898 * 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