Modifier and Type | Method and Description |
---|---|
protected abstract ConnectionManager<TConnection,TConfig> |
IdcClient.createConnectionManager()
Create the connection manager
|
ConnectionManager<TConnection,TConfig> |
IdcClient.getConnectionManager() |
Modifier and Type | Method and Description |
---|---|
<TCon extends Connection> |
ConnectionPoolManager.createConnectionPool(String name,
IdcClientConfig config,
ConnectionManager<TCon,IdcClientConfig> manager)
Create a new connection pool
|
void |
ConnectionPool.initialize(IdcClientConfig clientConfig,
ConnectionManager<TConnection,IdcClientConfig> connectionManager)
Let a pool implementation initialize itself
|
Modifier and Type | Class and Description |
---|---|
class |
IdcHttpConnectionManager |
Modifier and Type | Method and Description |
---|---|
protected ConnectionManager<IdcHttpClientConnection,IdcHttpClientConfig> |
IdcHttpClient.createConnectionManager()
Create the connection manager
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleConnectionPool.initialize(IdcClientConfig clientConfig,
ConnectionManager<TConnection,IdcClientConfig> connectionManager)
Initialize the threading model
|
void |
BlockingQueueConnectionPool.initialize(IdcClientConfig clientConfig,
ConnectionManager<TConnection,IdcClientConfig> connectionManager)
Initialize the threading model
|
Modifier and Type | Method and Description |
---|---|
protected ConnectionManager<SocketConnection,IntradocClientConfig> |
IntradocClient.createConnectionManager()
Create the connection manager
|
Modifier and Type | Class and Description |
---|---|
class |
SocketConnectionManager |
class |
SSLSocketConnectionManager
Socket factory for SSL sockets.
|
Modifier and Type | Class and Description |
---|---|
class |
JaxWSConnectionManager |
Modifier and Type | Method and Description |
---|---|
protected ConnectionManager<JaxWSClientConnection,JaxWSClientConfig> |
JaxWSClient.createConnectionManager() |