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

Quick Search    Search Deep

javax.net.ssl
Interface HandshakeCompletedListener  view HandshakeCompletedListener download HandshakeCompletedListener.java

All Superinterfaces:
java.util.EventListener

public interface HandshakeCompletedListener
extends 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.


Method Summary
 void handshakeCompleted(HandshakeCompletedEvent event)
          Called when the handshake phase of the SSL protocol completes.
 

Method Detail

handshakeCompleted

public void handshakeCompleted(HandshakeCompletedEvent event)
Called when the handshake phase of the SSL protocol completes.