Uses of Class
org.miaixz.bus.http.accord.ConnectionPool
Packages that use ConnectionPool
Package
Description
Java应用的HTTP客户端
内部标准及逻辑
Httpz 实现
-
Uses of ConnectionPool in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return ConnectionPoolMethods in org.miaixz.bus.http with parameters of type ConnectionPoolModifier and TypeMethodDescriptionHttpd.Builder.connectionPool(ConnectionPool connectionPool) 设置用于回收HTTP和HTTPS连接的连接池. -
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) -
Uses of ConnectionPool in org.miaixz.bus.http.plugin.httpz
Methods in org.miaixz.bus.http.plugin.httpz with parameters of type ConnectionPool