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