Package reactor.netty.http.client
Interface HttpConnectionPoolMetrics
- All Superinterfaces:
ConnectionPoolMetrics
Interface for collecting HTTP/2 or HTTP/3 specific connection pool metrics.
Extends the
ConnectionPoolMetrics
interface to include metrics
related to active HTTP/2 or HTTP/3 streams.- Since:
- 1.2.4
- Author:
- raccoonback
-
Method Summary
Modifier and TypeMethodDescriptionint
Measure the current number of active HTTP/2 or HTTP/3 streams in the connection pool.Methods inherited from interface reactor.netty.resources.ConnectionPoolMetrics
acquiredSize, allocatedSize, idleSize, maxAllocatedSize, maxPendingAcquireSize, pendingAcquireSize
-
Method Details
-
activeStreamSize
int activeStreamSize()Measure the current number of active HTTP/2 or HTTP/3 streams in the connection pool.- Returns:
- the number of active HTTP/2 or HTTP/3 streams
-