|
Préférences
Moteurs de recherche
|
|||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.net.ssl
|
Method Summary | |
---|---|
void |
valueBound(SSLSessionBindingEvent event)
This is called to notify the listener that it is being bound into an SSLSession. |
void |
valueUnbound(SSLSessionBindingEvent event)
This is called to notify the listener that it is being unbound from a SSLSession. |
Method Detail |
---|
void valueBound(SSLSessionBindingEvent event)
event
- the event identifying the SSLSession into
which the listener is being bound.void valueUnbound(SSLSessionBindingEvent event)
event
- the event identifying the SSLSession from
which the listener is being unbound.