javax.net.ssl

Interface HandshakeCompletedListener

public interface HandshakeCompletedListener extends EventListener

An event listener that waits to be notified of {@link HandshakeCompletedEvent} objects created when handshake phase of the SSL protocol is completed for a particular connection.
Method Summary
voidhandshakeCompleted(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.

Parameters: event The event describing the new connection.