Uses of Class
org.miaixz.bus.http.accord.ConnectionPool
Packages that use ConnectionPool
Package
Description
An HTTP client for Java applications.
Provides internal metrics and standards for the HTTP client.
Provides a fluent, builder-based API (Httpz) for making HTTP requests, simplifying interactions with the core
Httpd client.-
Uses of ConnectionPool in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return ConnectionPoolModifier and TypeMethodDescriptionHttpd.connectionPool()Returns the connection pool for managing and reusing connections.Methods in org.miaixz.bus.http with parameters of type ConnectionPoolModifier and TypeMethodDescriptionHttpd.Builder.connectionPool(ConnectionPool connectionPool) Sets the connection pool used to recycle HTTP and HTTPS connections. -
Uses of ConnectionPool in org.miaixz.bus.http.metric
Methods in org.miaixz.bus.http.metric with parameters of type ConnectionPoolModifier and TypeMethodDescriptionabstract RealConnectionPoolInternal.realConnectionPool(ConnectionPool connectionPool) Returns the real connection pool from the given connection pool. -
Uses of ConnectionPool in org.miaixz.bus.http.plugin.httpz
Methods in org.miaixz.bus.http.plugin.httpz with parameters of type ConnectionPoolModifier and TypeMethodDescriptionHttpBuilder.connectionPool(ConnectionPool connectPool) Sets the connection pool used to recycle HTTP and HTTPS connections.