javax.net.ssl
public class SSLSessionBindingEvent extends EventObject
Constructor Summary | |
---|---|
SSLSessionBindingEvent(SSLSession session, String name)
Creates a new binding event.
|
Method Summary | |
---|---|
String | getName()
Returns the name the object was bound under.
|
SSLSession | getSession()
Returns the session that the object was bound to.
|
Parameters: session The session being bound to. name The name the object was bound under.
Returns: The name.
Returns: The session.