All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
ConnectionPool<I,O> |
build()
Creates a new instance of the ConnectionPool if it is configured to do so.
|
ConnectionPoolBuilder<I,O> |
copy(RxClient.ServerInfo serverInfo) |
ClientChannelFactory<I,O> |
getChannelFactory() |
ClientConnectionFactory<I,O,PooledConnection<I,O>> |
getConnectionFactory() |
long |
getIdleConnectionsTimeoutMillis() |
PoolLimitDeterminationStrategy |
getLimitDeterminationStrategy() |
java.util.concurrent.ScheduledExecutorService |
getPoolIdleCleanupScheduler() |
ConnectionPoolBuilder<I,O> |
withChannelFactory(ClientChannelFactory<I,O> factory) |
ConnectionPoolBuilder<I,O> |
withConnectionFactory(ClientConnectionFactory<I,O,PooledConnection<I,O>> factory) |
ConnectionPoolBuilder<I,O> |
withConnectionPoolLimitStrategy(PoolLimitDeterminationStrategy strategy) |
ConnectionPoolBuilder<I,O> |
withIdleConnectionsTimeoutMillis(long idleConnectionsTimeoutMillis) |
ConnectionPoolBuilder<I,O> |
withMaxConnections(int maxConnections) |
ConnectionPoolBuilder<I,O> |
withNoIdleConnectionCleanup() |
ConnectionPoolBuilder<I,O> |
withPoolIdleCleanupScheduler(java.util.concurrent.ScheduledExecutorService poolIdleCleanupScheduler) |