Protocol
ConnectionPoolSource
Source of new connections for
EventLoopGroupConnectionPool.protocol ConnectionPoolSource
Topics
Associated Types
ConnectionAssociatedConnectionPoolItemthat will be returned bymakeConnection(logger:on:).
Instance Methods
makeConnection(logger:on:)Creates a new connection.
See Also
Legacy connection pools
EventLoopConnectionPoolHolds a collection of active connections that can be requested and later released back into the pool.EventLoopGroupConnectionPoolHolds a collection of connection pools for eachEventLoopon anEventLoopGroup.ConnectionPoolItemItem managed by a connection pool.ConnectionPoolErrorErrors thrown byEventLoopGroupConnectionPoolandEventLoopConnectionPoolregarding state.ConnectionPoolTimeoutErrorErrors thrown byEventLoopGroupConnectionPoolandEventLoopConnectionPoolregarding timeouts.