|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SSLSessionBindingListener
An event listener interface that should be notified when it is bound or
unbound to a SSLSession
.
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. |
Method Detail |
---|
void valueBound(SSLSessionBindingEvent event)
event
- The binding event.void valueUnbound(SSLSessionBindingEvent event)
event
- The binding event.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |