public class ClientPool extends Object
| Constructor and Description |
|---|
ClientPool() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.pool.impl.GenericKeyedObjectPool |
getClientPool(AbstractClientPoolFactory factory,
int maxActive,
int maxIdle,
boolean testOnBorrow,
long timeBetweenEvictionRunsMillis,
long minEvictableIdleTimeMillis) |
org.apache.commons.pool.impl.GenericKeyedObjectPool |
getClientPool(AbstractSecureClientPoolFactory factory,
int maxActive,
int maxIdle,
boolean testOnBorrow,
long timeBetweenEvictionRunsMillis,
long minEvictableIdleTimeMillis) |
public org.apache.commons.pool.impl.GenericKeyedObjectPool getClientPool(AbstractClientPoolFactory factory, int maxActive, int maxIdle, boolean testOnBorrow, long timeBetweenEvictionRunsMillis, long minEvictableIdleTimeMillis)
public org.apache.commons.pool.impl.GenericKeyedObjectPool getClientPool(AbstractSecureClientPoolFactory factory, int maxActive, int maxIdle, boolean testOnBorrow, long timeBetweenEvictionRunsMillis, long minEvictableIdleTimeMillis)
Copyright © 2024 WSO2. All rights reserved.