public interface SSLSessionBindingListener extends EventListener
SSLSession.| Modifier and Type | Method and Description |
|---|---|
void |
valueBound(SSLSessionBindingEvent event)
This method is called of all objects when they are bound to an SSL
session.
|
void |
valueUnbound(SSLSessionBindingEvent event)
This method is called of all objects when they are unbound to an SSL
session.
|
void valueBound(SSLSessionBindingEvent event)
event - The binding event.void valueUnbound(SSLSessionBindingEvent event)
event - The binding event.