May 2001
Intermediate to advanced
618 pages
20h 50m
English
Class javax.net.ssl.SSLSessionBindingEvent
Events of this class are sent to all registered listeners on an SSL session when a new property is bound into that session.
public class javax.net.ssl.SSLSessionBindingEvent
extends java.util.EventObject {
// Constructors
public SSLSessionBindingEvent(SSLSession, String);
// Instance Methods
public String getName( );
public SSLSession getSession( );
}
SSLSession, SSLSessionBindingListener
|
Read now
Unlock full access