This interface is implemented by objects which want to know when they are being bound or unbound from a SSLSession. When either event occurs via SSLSession.putValue(String, Object) or SSLSession.removeValue(String), the event is communicated through a SSLSessionBindingEvent identifying the session.
This interface is implemented by objects which want to know when they are being bound or unbound from a SSLSession. When either event occurs via SSLSession.putValue(String, Object) or SSLSession.removeValue(String), the event is communicated through a SSLSessionBindingEvent identifying the session.
(value-bound this event)
This is called to notify the listener that it is being bound into an SSLSession.
event - the event identifying the SSLSession into which the listener is being bound. - javax.net.ssl.SSLSessionBindingEvent
This is called to notify the listener that it is being bound into an SSLSession. event - the event identifying the SSLSession into which the listener is being bound. - `javax.net.ssl.SSLSessionBindingEvent`
(value-unbound this event)
This is called to notify the listener that it is being unbound from a SSLSession.
event - the event identifying the SSLSession from which the listener is being unbound. - javax.net.ssl.SSLSessionBindingEvent
This is called to notify the listener that it is being unbound from a SSLSession. event - the event identifying the SSLSession from which the listener is being unbound. - `javax.net.ssl.SSLSessionBindingEvent`
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |