public class SSLSessionBindingEvent extends EventObject
SSLSession objects when objects are bound to
them.source| Constructor and Description |
|---|
SSLSessionBindingEvent(SSLSession session,
String name)
Creates a new binding event.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name the object was bound under.
|
SSLSession |
getSession()
Returns the session that the object was bound to.
|
getSource, toStringpublic SSLSessionBindingEvent(SSLSession session, String name)
session - The session being bound to.name - The name the object was bound under.public SSLSession getSession()