Uses of Class
javax.net.ssl.SSLSessionBindingEvent
| Package | Description |
|---|---|
| javax.net.ssl |
This package provides classes and interfaces needed to use the Secure
Sockets Layer (SSL) protocol and the successor Transport Layer
Security (TLS) protocol.
|
-
Uses of SSLSessionBindingEvent in javax.net.ssl
Methods in javax.net.ssl with parameters of type SSLSessionBindingEvent Modifier and Type Method Description voidSSLSessionBindingListener. valueBound(SSLSessionBindingEvent event)Notifies this listener when a value is bound to anSSLSession.voidSSLSessionBindingListener. valueUnbound(SSLSessionBindingEvent event)Notifies this listener when a value is unbound from anSSLSession.