Protocol
ConnectionPoolItem
Item managed by a connection pool.
protocol ConnectionPoolItem : AnyObject
Topics
Instance Properties
Instance Methods
close()Closes this 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.ConnectionPoolSourceSource of new connections forEventLoopGroupConnectionPool.ConnectionPoolErrorErrors thrown byEventLoopGroupConnectionPoolandEventLoopConnectionPoolregarding state.ConnectionPoolTimeoutErrorErrors thrown byEventLoopGroupConnectionPoolandEventLoopConnectionPoolregarding timeouts.