Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
javax.net.ssl.SSLSocket

Uses of SSLSocket in javax.net.ssl
 

Methods in javax.net.ssl that return SSLSocket
 SSLSocket HandshakeCompletedEvent.getSocket()
          Returns the socket over which this connection is being negotiated.
 

Constructors in javax.net.ssl with parameters of type SSLSocket
HandshakeCompletedEvent(SSLSocket socket, SSLSession session)
          Creates a new handshake completed event.