| java.lang.Object | ||
| ↳ | java.util.EventObject | |
| ↳ | javax.net.ssl.SSLSessionBindingEvent | |
The event sent to an
SSLSessionBindingListener
when the listener
object is bound (
putValue(String, Object)
) or unbound
(
removeValue(String)
) to an
SSLSession
.
|
[Expand]
Inherited Fields
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
|
|||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Creates a new
SSLSessionBindingEvent
for the specified session
indicating a binding event for the specified name.
|
||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Returns the name of the binding being added or removed.
|
||||||||||
|
|
Returns the session to which the binding is added or from which it is
removed.
|
||||||||||
|
[Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
|
|||||||||||
From class
java.lang.Object
|
|||||||||||
Creates a new
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. |
Returns the name of the binding being added or removed.
Returns the session to which the binding is added or from which it is removed.