Uses of Class
org.miaixz.bus.http.accord.RealConnectionPool
Packages that use RealConnectionPool
Package
Description
Provides internal implementation details for the HTTP client, including connection management, streams, and routing.
Provides internal metrics and standards for the HTTP client.
-
Uses of RealConnectionPool in org.miaixz.bus.http.accord
Fields in org.miaixz.bus.http.accord declared as RealConnectionPoolModifier and TypeFieldDescriptionfinal RealConnectionPoolRealConnection.connectionPoolfinal RealConnectionPoolConnectionPool.delegateThe real connection pool implementation.Constructors in org.miaixz.bus.http.accord with parameters of type RealConnectionPool -
Uses of RealConnectionPool in org.miaixz.bus.http.metric
Methods in org.miaixz.bus.http.metric that return RealConnectionPoolModifier and TypeMethodDescriptionabstract RealConnectionPoolInternal.realConnectionPool(ConnectionPool connectionPool) Returns the real connection pool from the given connection pool.