ConnectionProvider
and event-loop resources via
LoopResources
See: Description
Interface | Description |
---|---|
ConnectionPoolMetrics | |
ConnectionProvider |
A
ConnectionProvider will produce Connection |
ConnectionProvider.MeterRegistrar |
A strategy to register which metrics are collected in a particular connection pool.
|
LoopResources |
An
EventLoopGroup selector with associated
Channel factories. |
Class | Description |
---|---|
ConnectionPoolMetrics.DelegatingConnectionPoolMetrics | |
ConnectionProvider.Builder |
Build a
ConnectionProvider to cache and reuse a fixed maximum number of
Connection . |
ConnectionProvider.ConnectionPoolSpec<SPEC extends ConnectionProvider.ConnectionPoolSpec<SPEC>> |
Configuration for a connection pool.
|
ConnectionProvider.HostSpecificSpec |
Configuration for a connection pool per remote host.
|
ConnectionProvider
and event-loop resources via
LoopResources