Name

Interface javax.net.ssl.HandshakeCompleted-Listener

Synopsis

Classes that implement this interface can be registered with an SSL socket and will be notified when the socket has completed its protocol negotiation.

Class Definition

public interface javax.net.ssl.HandshakeCompletedListener
    implements java.util.EventListener {

    // Instance Methods
    public abstract void handshakeCompleted(HandshakeCompletedEvent);
}

See also

HandshakeCompletedEvent, SSLSession

Get Java Security, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.