javax.net.ssl
Interface HandshakeCompletedListener
java.util.EventListener
|
+--javax.net.ssl.HandshakeCompletedListener
All Implemented Interfaces:
java.util.EventListener
public interface HandshakeCompletedListener
implements java.util.EventListener
An event listener that waits to be notified of HandshakeCompletedEvent objects created when handshake phase of
the SSL protocol is completed for a particular connection.
Author:- Casey Marshall (rsdio@metastatic.org)
handshakeCompleted
public void handshakeCompleted(javax.net.ssl.HandshakeCompletedEvent event)
Called when the handshake phase of the SSL protocol completes.
Parameters: