Package reactor.netty.resources
Class ConnectionProvider.HostSpecificSpec
java.lang.Object
reactor.netty.resources.ConnectionProvider.ConnectionPoolSpec<ConnectionProvider.HostSpecificSpec>
reactor.netty.resources.ConnectionProvider.HostSpecificSpec
- All Implemented Interfaces:
- Supplier<ConnectionProvider.HostSpecificSpec>
- Enclosing interface:
- ConnectionProvider
public static final class ConnectionProvider.HostSpecificSpec
extends ConnectionProvider.ConnectionPoolSpec<ConnectionProvider.HostSpecificSpec>
Configuration for a connection pool per remote host.
- Since:
- 0.9.5
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class reactor.netty.resources.ConnectionProvider.ConnectionPoolSpecallocationStrategy, evictInBackground, evictionPredicate, fifo, get, lifo, maxConnections, maxIdleTime, maxLifeTime, metrics, metrics, pendingAcquireMaxCount, pendingAcquireTimeout, pendingAcquireTimer
- 
Constructor Details- 
HostSpecificSpecpublic HostSpecificSpec()
 
-