Package | Description |
---|---|
oracle.stellent.ridc.protocol.intradoc | |
oracle.stellent.ridc.protocol.intradoc.socket |
Modifier and Type | Method and Description |
---|---|
protected ConnectionManager<SocketConnection,IntradocClientConfig> |
IntradocClient.createConnectionManager()
Create the connection manager
|
Constructor and Description |
---|
IntradocClient(IdcClientManager clientManager,
IntradocClientConfig clientConfig) |
Modifier and Type | Method and Description |
---|---|
IntradocClientConfig |
SocketConnection.getConfig() |
Modifier and Type | Method and Description |
---|---|
SocketConnection |
SocketConnectionManager.createConnection(IntradocClientConfig clientConfig)
Create a new connection.
|
SocketConnection |
SSLSocketConnectionManager.createConnection(IntradocClientConfig clientConfig)
Create a new socket connection based on the given client configuration.
|
Constructor and Description |
---|
SocketConnection(IntradocClientConfig config) |
SSLSocketConnection(IntradocClientConfig config) |