org.eclipse.higgins.idas.cp.jndi
Class LDAPHigginsSSLSocketFactoryProducer

java.lang.Object
  extended byjavax.net.SocketFactory
      extended byjavax.net.ssl.SSLSocketFactory
          extended byorg.eclipse.higgins.idas.cp.jndi.LDAPHigginsSSLSocketFactoryProducer

public class LDAPHigginsSSLSocketFactoryProducer
extends SSLSocketFactory


Constructor Summary
LDAPHigginsSSLSocketFactoryProducer()
           
 
Method Summary
 Socket createSocket(InetAddress inetAddress, int i)
           
 Socket createSocket(InetAddress inetAddress, int i, InetAddress inetAddress1, int i1)
           
 Socket createSocket(Socket socket, String host, int port, boolean autoClose)
           
 Socket createSocket(String host, int port)
           
 Socket createSocket(String host, int port, InetAddress clientHost, int clientPort)
           
static SocketFactory getDefault()
          Produces a single instance of HigginsSSLSocketFactory
 String[] getDefaultCipherSuites()
           
 String[] getSupportedCipherSuites()
           
 
Methods inherited from class javax.net.SocketFactory
createSocket
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LDAPHigginsSSLSocketFactoryProducer

public LDAPHigginsSSLSocketFactoryProducer()
Method Detail

getDefault

public static SocketFactory getDefault()
Produces a single instance of HigginsSSLSocketFactory


getDefaultCipherSuites

public String[] getDefaultCipherSuites()

getSupportedCipherSuites

public String[] getSupportedCipherSuites()

createSocket

public Socket createSocket(String host,
                           int port,
                           InetAddress clientHost,
                           int clientPort)
                    throws IOException,
                           UnknownHostException
Throws:
IOException
UnknownHostException

createSocket

public Socket createSocket(InetAddress inetAddress,
                           int i,
                           InetAddress inetAddress1,
                           int i1)
                    throws IOException
Throws:
IOException

createSocket

public Socket createSocket(String host,
                           int port)
                    throws IOException,
                           UnknownHostException
Throws:
IOException
UnknownHostException

createSocket

public Socket createSocket(InetAddress inetAddress,
                           int i)
                    throws IOException
Throws:
IOException

createSocket

public Socket createSocket(Socket socket,
                           String host,
                           int port,
                           boolean autoClose)
                    throws IOException,
                           UnknownHostException
Throws:
IOException
UnknownHostException