public class SSLSessionBindingEvent extends 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 Formsource
Constructor and Description |
---|
SSLSessionBindingEvent(SSLSession session,
String name)
Constructs a new SSLSessionBindingEvent.
|
Modifier and Type | Method and Description |
---|---|
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.
|
getSource, toString
public SSLSessionBindingEvent(SSLSession session, String name)
IllegalArgumentException
- if session
is null.session
- the SSLSession acting as the source of the eventname
- the name to which the object is being bound or unboundpublic String getName()
public SSLSession getSession()
SSLSession
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.