public interface ProxyConnectionPoolConfig
| Modifier and Type | Method and Description | 
|---|---|
| int | getMaxCachedConnections()Get the maximum number of cached (idle) connections per thread. | 
| int | getMaxConnections()Get the maximum number of connections per thread. | 
| int | getMaxQueueSize()Get the maximum number of requests which can be queued if there are no connections available. | 
| int | getSMaxConnections()Get number of cached connections above which are closed after the time to live. | 
| long | getTtl()Get the time to live for idle connections. | 
int getMaxConnections()
int getMaxCachedConnections()
int getSMaxConnections()
long getTtl()
int getMaxQueueSize()
Copyright © 2017 JBoss by Red Hat. All rights reserved.