Liking cljdoc? Tell your friends :D

javax.net.ssl.SSLSessionBindingListener

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.
raw docstring

value-boundclj

(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`
raw docstring

value-unboundclj

(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`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close