|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.net.Socket
netscape.ldap.LDAPSSLSocket
| 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 |
public LDAPSSLSocket(java.lang.String host,
int port,
java.lang.String packageName)
throws LDAPException
public LDAPSSLSocket(java.lang.String host,
int port,
java.lang.String packageName,
java.lang.Object cipherSuites)
throws LDAPException
| Method Detail |
public java.io.InputStream getInputStream()
public java.io.OutputStream getOutputStream()
public void close()
throws java.io.IOException
java.io.IOException
public void close(boolean wait)
throws java.io.IOException
java.io.IOExceptionpublic java.net.InetAddress getInetAddress()
public int getLocalPort()
public int getPort()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||