javax.net.ssl
Class SSLSessionBindingEvent
EventObjectjavax.net.ssl.SSLSessionBindingEvent
public class SSLSessionBindingEvent
extends EventObject
An event raised by
SSLSession objects when objects are bound to
them.
SSLSessionBindingEvent
public SSLSessionBindingEvent(SSLSession session,
String name) Creates a new binding event.
session - The session being bound to.name - The name the object was bound under.
getName
public String getName()
Returns the name the object was bound under.
getSession
public SSLSession getSession()
Returns the session that the object was bound to.