May 2001
Intermediate to advanced
618 pages
20h 50m
English
Interface javax.net.ssl.SSLSessionBindingListener
Classes that implement this interface can be registered with an SSL session and will be notified whenever a new property is bound into that session.
public interface javax.net.ssl.SSLSessionBindingListener
implements java.util.EventListener {
// Instance Methods
public abstract void valueBound(SSLSessionBindingEvent);
public abstract void valueUnbound(SSLSessionBindingEvent);
}
SSLSession, SSLSessionBindingEvent
|
Read now
Unlock full access