public interface SSLSessionBindingListener extends EventListener
SSLSession.| Modifier and Type | Method and Description |
|---|---|
void |
valueBound(SSLSessionBindingEvent event)
Notifies this listener when a value is bound to an
SSLSession. |
void |
valueUnbound(SSLSessionBindingEvent event)
Notifies this listener when a value is unbound from an
SSLSession. |
void valueBound(SSLSessionBindingEvent event)
SSLSession.event - the event data.void valueUnbound(SSLSessionBindingEvent event)
SSLSession.event - the event data.