netscape.ldap
Class LDAPSSLSocket

java.lang.Object
  extended byjava.net.Socket
      extended bynetscape.ldap.LDAPSSLSocket

class LDAPSSLSocket
extends java.net.Socket


Field Summary
 
Fields inherited from class 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, 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

LDAPSSLSocket

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

getInputStream

public java.io.InputStream getInputStream()

getOutputStream

public java.io.OutputStream getOutputStream()

close

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

close

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

getInetAddress

public java.net.InetAddress getInetAddress()

getLocalPort

public int getLocalPort()

getPort

public int getPort()