public class SSLSessionBindingEvent extends EventObject
SSLSessionBindingListener when the listener
object is bound (SSLSession.putValue(String, Object)) or unbound
(SSLSession.removeValue(String)) to an SSLSession.source| Constructor and Description |
|---|
SSLSessionBindingEvent(SSLSession session,
String name)
Creates a new
SSLSessionBindingEvent for the specified session
indicating a binding event for the specified name. |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of the binding being added or removed.
|
SSLSession |
getSession()
Returns the session to which the binding is added or from which it is
removed.
|
getSource, toStringpublic SSLSessionBindingEvent(SSLSession session, String name)
SSLSessionBindingEvent for the specified session
indicating a binding event for the specified name.session - the session for which the event occurs.name - the name of the object being (un)bound.public String getName()
public SSLSession getSession()