| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSecureClientPoolFactory
This abstract class needs to be implemented to handling secure communication with the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.pool.impl.GenericKeyedObjectPool |
ClientPool.getClientPool(AbstractClientPoolFactory factory,
int maxActive,
int maxIdle,
boolean testOnBorrow,
long timeBetweenEvictionRunsMillis,
long minEvictableIdleTimeMillis) |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryClientPoolFactory
This class implements AbstractClientPoolFactory to handle the Binary transport related connections.
|
class |
BinarySecureClientPoolFactory
This is a Binary Transport secure implementation for AbstractSecureClientPoolFactory to be used by BinaryEndpoint.
|
Copyright © 2024 WSO2. All rights reserved.