| Package | Description |
|---|---|
| javax.net.ssl |
Provides classes for the secure socket package.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SSLSessionBindingListener.valueBound(SSLSessionBindingEvent
This is called to notify the listener that it is being bound into an SSLSession.
|
void |
SSLSessionBindingListener.valueUnbound(SSLSessionBindingEvent
This is called to notify the listener that it is being unbound from a SSLSession.
|