Skip navigation links


oracle.idm.connection.ldap
Class ExampleRDS.SocketFactory

java.lang.Object
  extended by javax.net.SocketFactory
      extended by javax.net.ssl.SSLSocketFactory
          extended by oracle.idm.connection.ldap.ExampleRDS.SocketFactory

Enclosing class:
ExampleRDS

public static final class ExampleRDS.SocketFactory
extends javax.net.ssl.SSLSocketFactory

Constructor Summary
ExampleRDS.SocketFactory()
           
ExampleRDS.SocketFactory(java.util.Hashtable ht)
           

 

Method Summary
 java.net.Socket createSocket(java.net.InetAddress iaddr, int i)
           
 java.net.Socket createSocket(java.net.InetAddress iaddr1, int i, java.net.InetAddress iaddr2, int j)
           
 java.net.Socket createSocket(java.net.Socket s, java.lang.String host, int port, boolean autoClose)
           
 java.net.Socket createSocket(java.lang.String s, int i)
           
 java.net.Socket createSocket(java.lang.String s, int i, java.net.InetAddress iaddr, int j)
           
static javax.net.SocketFactory getDefault()
           
 java.lang.String[] getDefaultCipherSuites()
           
 java.lang.String[] getSupportedCipherSuites()
           

 

Methods inherited from class javax.net.SocketFactory
createSocket

 

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

 

Constructor Detail

ExampleRDS.SocketFactory

public ExampleRDS.SocketFactory()
                         throws javax.net.ssl.SSLException
Throws:
javax.net.ssl.SSLException

ExampleRDS.SocketFactory

public ExampleRDS.SocketFactory(java.util.Hashtable ht)
                         throws javax.net.ssl.SSLException
Throws:
javax.net.ssl.SSLException

Method Detail

getDefault

public static javax.net.SocketFactory getDefault()

createSocket

public java.net.Socket createSocket(java.lang.String s,
                                    int i)
                             throws java.io.IOException
Specified by:
createSocket in class javax.net.SocketFactory
Throws:
java.io.IOException

createSocket

public java.net.Socket createSocket(java.net.InetAddress iaddr,
                                    int i)
                             throws java.io.IOException
Specified by:
createSocket in class javax.net.SocketFactory
Throws:
java.io.IOException

createSocket

public java.net.Socket createSocket(java.lang.String s,
                                    int i,
                                    java.net.InetAddress iaddr,
                                    int j)
                             throws java.io.IOException
Specified by:
createSocket in class javax.net.SocketFactory
Throws:
java.io.IOException

createSocket

public java.net.Socket createSocket(java.net.InetAddress iaddr1,
                                    int i,
                                    java.net.InetAddress iaddr2,
                                    int j)
                             throws java.io.IOException
Specified by:
createSocket in class javax.net.SocketFactory
Throws:
java.io.IOException

createSocket

public java.net.Socket createSocket(java.net.Socket s,
                                    java.lang.String host,
                                    int port,
                                    boolean autoClose)
                             throws java.io.IOException
Specified by:
createSocket in class javax.net.ssl.SSLSocketFactory
Throws:
java.io.IOException

getDefaultCipherSuites

public java.lang.String[] getDefaultCipherSuites()
Specified by:
getDefaultCipherSuites in class javax.net.ssl.SSLSocketFactory

getSupportedCipherSuites

public java.lang.String[] getSupportedCipherSuites()
Specified by:
getSupportedCipherSuites in class javax.net.ssl.SSLSocketFactory

Skip navigation links