struct

HTTP2::Client::PoolState

Inherits Struct < Value < Object

A value-only snapshot of the origin connection pool.

Constructors

new(eligible_connections : Int32, idle_connections : Int32, retired_connections : Int32, dialing : Bool, max_connections : Int32 | Nil)
Source

Instance methods

dialing?
Source
eligible_connections
Source
idle_connections
Source
max_connections
Source
retired_connections
Source