|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectp2ps.imp.net.inet.InetSocket
p2ps.imp.net.inet.InetSSLSocket
A socket implementation that binds to java.net.Socket
| Constructor Summary | |
InetSSLSocket(javax.net.ssl.SSLSocket socket)
|
|
| Method Summary | |
javax.net.ssl.SSLSocket |
getSSLSocket()
|
void |
startHandshake()
|
| Methods inherited from class p2ps.imp.net.inet.InetSocket |
bind, close, connect, connect, getInputStream, getLocalPort, getLocalSocketAddress, getOutputStream, getPort, getReceiveBufferSize, getRemoteSocketAddress, getReuseAddress, getSendBufferSize, getSocket, getSoTimeout, isBound, isClosed, isConnected, isInputShutdown, isOutputShutdown, setReceiveBufferSize, setReuseAddress, setSendBufferSize, setSoTimeout, shutdownInput, shutdownOutput |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface p2ps.imp.net.Socket |
bind, close, connect, connect, getInputStream, getLocalPort, getLocalSocketAddress, getOutputStream, getPort, getReceiveBufferSize, getRemoteSocketAddress, getReuseAddress, getSendBufferSize, getSoTimeout, isBound, isClosed, isConnected, isInputShutdown, isOutputShutdown, setReceiveBufferSize, setReuseAddress, setSendBufferSize, setSoTimeout, shutdownInput, shutdownOutput |
| Constructor Detail |
public InetSSLSocket(javax.net.ssl.SSLSocket socket)
| Method Detail |
public javax.net.ssl.SSLSocket getSSLSocket()
public void startHandshake()
throws java.io.IOException
startHandshake in interface SSLSocketjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||