javax.net.ssl
public interface SSLSessionBindingListener extends EventListener
Method Summary | |
---|---|
void | valueBound(SSLSessionBindingEvent event)
This method is called of all objects when they are bound to an SSL
session.
|
void | valueUnbound(SSLSessionBindingEvent event)
This method is called of all objects when they are unbound to an SSL
session.
|
Parameters: event The binding event.
Parameters: event The binding event.