Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


oracle.ldap.util.jndi
Class LDAPSocketFactory

java.lang.Object
  extended by javax.net.SocketFactory
      extended by oracle.ldap.util.jndi.LDAPSocketFactory

Direct Known Subclasses:
LDAPJSSESocketFactoryImpl, LDAPTLSSocketFactoryImpl

public abstract class LDAPSocketFactory
extends javax.net.SocketFactory

Field Summary
protected static javax.net.ssl.SSLSocketFactory sslf
           
static java.lang.String WALLET_LOCATION
           
static java.lang.String WALLET_PASSWORD
           

 

Constructor Summary
LDAPSocketFactory()
           

 

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.lang.String s, int i)
           
 java.net.Socket createSocket(java.lang.String s, int i, java.net.InetAddress iaddr, int j)
           
protected abstract  javax.net.ssl.SSLSocket init(javax.net.ssl.SSLSocket sock)
           

 

Methods inherited from class javax.net.SocketFactory
createSocket, getDefault

 

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

 

Field Detail

WALLET_LOCATION

public static final java.lang.String WALLET_LOCATION
See Also:
Constant Field Values

WALLET_PASSWORD

public static final java.lang.String WALLET_PASSWORD
See Also:
Constant Field Values

sslf

protected static javax.net.ssl.SSLSocketFactory sslf

Constructor Detail

LDAPSocketFactory

public LDAPSocketFactory()

Method Detail

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

init

protected abstract javax.net.ssl.SSLSocket init(javax.net.ssl.SSLSocket sock)
                                         throws java.io.IOException
Throws:
java.io.IOException

Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


Copyright © 1999, 2009 Oracle. All Rights Reserved.