public class SSLSessionBindingEvent
extends java.util.EventObject
SSLSession.putValue(String, Object)
or SSLSession.removeValue(String), objects which
implement the SSLSessionBindingListener will be receive an
event of this type. The event's name field is the
key in which the listener is being bound or unbound.SSLSession,
SSLSessionBindingListener,
Serialized Form| Constructor and Description |
|---|
SSLSessionBindingEvent(SSLSession session,
java.lang.String name)
Constructs a new SSLSessionBindingEvent.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the name to which the object is being bound, or the name
from which the object is being unbound.
|
SSLSession |
getSession()
Returns the SSLSession into which the listener is being bound or
from which the listener is being unbound.
|
public SSLSessionBindingEvent(SSLSession session, java.lang.String name)
session - the SSLSession acting as the source of the eventname - the name to which the object is being bound or unboundjava.lang.IllegalArgumentException - if session is null.public java.lang.String getName()
public SSLSession getSession()
SSLSession© Portions Copyright 2003, 2020 IBM Corporation. All rights reserved.
© Portions Copyright 2003, 2020, Oracle and/or its affiliates. All rights reserved.