Name

Class javax.net.ssl.SSLSessionBindingEvent

Synopsis

Events of this class are sent to all registered listeners on an SSL session when a new property is bound into that session.

Class Definition

public class javax.net.ssl.SSLSessionBindingEvent
    extends java.util.EventObject {

    // Constructors
    public SSLSessionBindingEvent(SSLSession, String);

    // Instance Methods
    public String getName(  );
    public SSLSession getSession(  );
}

See also

SSLSession, SSLSessionBindingListener

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.