Class SSLSocketConnectionManager
java.lang.Object
oracle.stellent.ridc.protocol.intradoc.socket.SocketConnectionManager
oracle.stellent.ridc.protocol.intradoc.socket.SSLSocketConnectionManager
- All Implemented Interfaces:
ConnectionManager<SocketConnection,IntradocClientConfig>
Socket factory for SSL sockets. Requires the SSL Socket Provider to be installed on the target Content Server.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateConnection(IntradocClientConfig clientConfig) Create a new socket connection based on the given client configuration.Methods inherited from class oracle.stellent.ridc.protocol.intradoc.socket.SocketConnectionManager
cleanupConnection, initializeConnection
-
Constructor Details
-
SSLSocketConnectionManager
public SSLSocketConnectionManager()
-
-
Method Details
-
createConnection
public SocketConnection createConnection(IntradocClientConfig clientConfig) throws ProtocolException Create a new socket connection based on the given client configuration.- Specified by:
createConnectionin interfaceConnectionManager<SocketConnection,IntradocClientConfig> - Overrides:
createConnectionin classSocketConnectionManager- Parameters:
clientConfig- the client config- Returns:
- a new socket connection
- Throws:
ProtocolException
-