Skip navigation links

Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1)

E17274-03


oracle.stellent.ridc.protocol.intradoc.socket
Class SSLSocketConnectionManager

java.lang.Object
  extended by oracle.stellent.ridc.protocol.intradoc.socket.SocketConnectionManager
      extended by oracle.stellent.ridc.protocol.intradoc.socket.SSLSocketConnectionManager

All Implemented Interfaces:
ConnectionManager<SocketConnection,IntradocClientConfig>

public class SSLSocketConnectionManager
extends SocketConnectionManager

Socket factory for SSL sockets. Requires the SSL Socket Provider to be installed on the target Content Server.


Constructor Summary
SSLSocketConnectionManager()
           

 

Method Summary
 SocketConnection createConnection(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

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

SSLSocketConnectionManager

public SSLSocketConnectionManager()

Method Detail

createConnection

public SocketConnection createConnection(IntradocClientConfig clientConfig)
                                  throws ProtocolException
Create a new socket connection based on the given client configuration.
Specified by:
createConnection in interface ConnectionManager<SocketConnection,IntradocClientConfig>
Overrides:
createConnection in class SocketConnectionManager
Parameters:
clientConfig - the client config
Returns:
a new socket connection
Throws:
ProtocolException

Skip navigation links

Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1)

E17274-03


Copyright © 2008, 2011, Oracle and/or its affiliates. All rights reserved.