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 SSLSocketConnection

java.lang.Object
  extended by oracle.stellent.ridc.protocol.Connection
      extended by oracle.stellent.ridc.protocol.intradoc.socket.SocketConnection
          extended by oracle.stellent.ridc.protocol.intradoc.socket.SSLSocketConnection


public class SSLSocketConnection
extends SocketConnection

Connects to SSL sockets


Constructor Summary
SSLSocketConnection(IntradocClientConfig config)
           

 

Method Summary
protected  java.net.Socket createSocket()
          Create the socket to the configured host

 

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

 

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

 

Constructor Detail

SSLSocketConnection

public SSLSocketConnection(IntradocClientConfig config)

Method Detail

createSocket

protected java.net.Socket createSocket()
                                throws ProtocolException,
                                       java.io.IOException
Create the socket to the configured host
Overrides:
createSocket in class SocketConnection
Returns:
the socket connection
Throws:
java.io.IOException
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.