netscape.ldap
Class LDAPSSLSocket

java.lang.Object
  extended by java.net.Socket
      extended by netscape.ldap.LDAPSSLSocket

 class LDAPSSLSocket
extends java.net.Socket


Constructor Summary
LDAPSSLSocket(java.lang.String host, int port, java.lang.String packageName)
           
LDAPSSLSocket(java.lang.String host, int port, java.lang.String packageName, java.lang.Object cipherSuites)
           
 
Method Summary
 void close()
           
 void close(boolean wait)
           
 java.net.InetAddress getInetAddress()
           
 java.io.InputStream getInputStream()
           
 int getLocalPort()
           
 java.io.OutputStream getOutputStream()
           
 int getPort()
           
 
Methods inherited from class java.net.Socket
bind, connect, connect, getChannel, getKeepAlive, getLocalAddress, getLocalSocketAddress, getOOBInline, getReceiveBufferSize, getRemoteSocketAddress, getReuseAddress, getSendBufferSize, getSoLinger, getSoTimeout, getTcpNoDelay, getTrafficClass, isBound, isClosed, isConnected, isInputShutdown, isOutputShutdown, sendUrgentData, setKeepAlive, setOOBInline, setPerformancePreferences, setReceiveBufferSize, setReuseAddress, setSendBufferSize, setSocketImplFactory, setSoLinger, setSoTimeout, setTcpNoDelay, setTrafficClass, shutdownInput, shutdownOutput, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LDAPSSLSocket

public LDAPSSLSocket(java.lang.String host,
                     int port,
                     java.lang.String packageName)
              throws LDAPException
Throws:
LDAPException

LDAPSSLSocket

public LDAPSSLSocket(java.lang.String host,
                     int port,
                     java.lang.String packageName,
                     java.lang.Object cipherSuites)
              throws LDAPException
Throws:
LDAPException
Method Detail

getInputStream

public java.io.InputStream getInputStream()
Overrides:
getInputStream in class java.net.Socket

getOutputStream

public java.io.OutputStream getOutputStream()
Overrides:
getOutputStream in class java.net.Socket

close

public void close()
           throws java.io.IOException
Overrides:
close in class java.net.Socket
Throws:
java.io.IOException

close

public void close(boolean wait)
           throws java.io.IOException
Throws:
java.io.IOException

getInetAddress

public java.net.InetAddress getInetAddress()
Overrides:
getInetAddress in class java.net.Socket

getLocalPort

public int getLocalPort()
Overrides:
getLocalPort in class java.net.Socket

getPort

public int getPort()
Overrides:
getPort in class java.net.Socket