|
|||||||||
| Home >> All >> javax >> net >> [ ssl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.net.ssl
Class SSLSessionBindingEvent

java.lang.Objectjava.util.EventObject
javax.net.ssl.SSLSessionBindingEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class SSLSessionBindingEvent
- extends java.util.EventObject
An event raised by SSLSession objects when objects are bound to them.
| Field Summary | |
private java.lang.String |
name
|
private static long |
serialVersionUID
|
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
SSLSessionBindingEvent(SSLSession session,
java.lang.String name)
Creates a new binding event. |
|
| Method Summary | |
java.lang.String |
getName()
Returns the name the object was bound under. |
SSLSession |
getSession()
Returns the session that the object was bound to. |
| 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 |
| Field Detail |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
name
private final java.lang.String name
| Constructor Detail |
SSLSessionBindingEvent
public SSLSessionBindingEvent(SSLSession session, java.lang.String name)
- Creates a new binding event.
| Method Detail |
getName
public java.lang.String getName()
- Returns the name the object was bound under.
getSession
public SSLSession getSession()
- Returns the session that the object was bound to.
|
|||||||||
| Home >> All >> javax >> net >> [ ssl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC