Class SSLSocketConnection
java.lang.Object
oracle.stellent.ridc.protocol.Connection
oracle.stellent.ridc.protocol.intradoc.socket.SocketConnection
oracle.stellent.ridc.protocol.intradoc.socket.SSLSocketConnection
Connects to SSL sockets
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class oracle.stellent.ridc.protocol.intradoc.socket.SocketConnection
close, connect, getConfig, getInputStream, getOutputStream, getSocket, isConnected
Methods inherited from class oracle.stellent.ridc.protocol.Connection
reset
-
Constructor Details
-
SSLSocketConnection
-
-
Method Details
-
createSocket
Create the socket to the configured host- Overrides:
createSocket
in classSocketConnection
- Returns:
- the socket connection
- Throws:
IOException
ProtocolException
-