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
|
Modifier and Type | Method and Description |
---|---|
protected IntradocProtocol |
IntradocClient.createProtocol(ServiceRequest<SocketConnection> serviceRequest)
Create the protocol to handle the request
|
Constructor and Description |
---|
IntradocProtocol(IdcClient idcClient,
DataFactory dataFactory,
ServiceRequest<SocketConnection> serviceRequest) |
Modifier and Type | Class and Description |
---|---|
class |
SSLSocketConnection
Connects to SSL sockets
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SocketConnectionManager.cleanupConnection(SocketConnection connection)
Cleanup the connection on this service request
|
void |
SocketConnectionManager.initializeConnection(SocketConnection connection)
Initialize a connection acquired from the threading model to use with this service request object.
|