p2ps.imp.net
Interface SSLSocket

All Superinterfaces:
Socket
All Known Implementing Classes:
InetSSLSocket

public interface SSLSocket
extends Socket

An interface to an underlying socket. This interface has many of the same methods as java.net.Socket, but allows different socket implementations to be plugged in.

Version:
$Revision: 295 $
Author:
Ian Wang

Method Summary
 void startHandshake()
           
 
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
 

Method Detail

startHandshake

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