Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
javax.net.ssl

Class SSLSessionBindingEvent

EventObject
|
+--javax.net.ssl.SSLSessionBindingEvent


public class SSLSessionBindingEvent

extends EventObject

An event raised by SSLSession objects when objects are bound to them.

Constructor Summary

SSLSessionBindingEvent(javax.net.ssl.SSLSession session, String name)

Creates a new binding event.

Method Summary

StringgetName()

Returns the name the object was bound under.
javax.net.ssl.SSLSessiongetSession()

Returns the session that the object was bound to.

Constructor Details

SSLSessionBindingEvent

public SSLSessionBindingEvent(javax.net.ssl.SSLSession session, String name)

Creates a new binding event.

Parameters:


Method Details

getName

public String getName()

Returns the name the object was bound under.

Returns:


getSession

public SSLSession getSession()

Returns the session that the object was bound to.

Returns: