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

Interface SSLSessionBindingListener

EventListener
|
+--javax.net.ssl.SSLSessionBindingListener

All Implemented Interfaces:

EventListener


public interface SSLSessionBindingListener

implements EventListener

An event listener interface that should be notified when it is bound or unbound to a SSLSession.

Method Summary

voidvalueBound(javax.net.ssl.SSLSessionBindingEvent event)

This method is called of all objects when they are bound to an SSL session.
voidvalueUnbound(javax.net.ssl.SSLSessionBindingEvent event)

This method is called of all objects when they are unbound to an SSL session.

Method Details

valueBound

public void valueBound(javax.net.ssl.SSLSessionBindingEvent event)

This method is called of all objects when they are bound to an SSL session.

Parameters:


valueUnbound

public void valueUnbound(javax.net.ssl.SSLSessionBindingEvent event)

This method is called of all objects when they are unbound to an SSL session.

Parameters: