javax.net.ssl.SSLSessionBindingListener |
The interface to be implemented by any object that requires notification when
data objects are bound to (or unbound from) an SSLSession
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Notifies this listener when a value is bound to an
SSLSession . | |||||||||||
Notifies this listener when a value is unbound from an
SSLSession . |
Notifies this listener when a value is bound to an SSLSession
.
event | the event data. |
---|
Notifies this listener when a value is unbound from an SSLSession
.
event | the event data. |
---|