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