de.tu_darmstadt.sp.ssl
Class SSLeaySessionBindingEvent
java.lang.Object
|
+--java.util.EventObject
|
+--javax.net.ssl.SSLSessionBindingEvent
|
+--de.tu_darmstadt.sp.ssl.SSLeaySessionBindingEvent
- public class SSLeaySessionBindingEvent
- extends SSLSessionBindingEvent
Class SSLeaySessionBindingEvent communicated to a
SSLSessionBindingListener whenever such a listener is bound to or
unbound from a SSLSession value. The event's source is the
SSLSession to which the listener is being bound, or from which the
listener is being unbound.
- Version:
- $Revision: 1.2 $
- Author:
- Andrei Popovici
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Method Summary |
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. |
Methods inherited from class java.util.EventObject |
getSource,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
SSLeaySessionBindingEvent
public SSLeaySessionBindingEvent(SSLeaySession session,
java.lang.String name)
- Constructs a new SSLSessionBindingEvent.
- Parameters:
session
- the session object the listener was bound toname
- the name to which the listener was bound
getName
public java.lang.String getName()
- Returns the name to which the object is being bound, or the name
from which the object is being unbound.
- Overrides:
- getName in class SSLSessionBindingEvent
getSession
public SSLSession getSession()
- Returns the SSLSession into which the listener is being bound or
from which the listener is being unbound.
- Overrides:
- getSession in class SSLSessionBindingEvent