|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface SSLSessionBindingListener
想知道何时将它们绑定到 SSLSession 或从 SSLSession 解除绑定的对象实现此接口。不管事件通过 SSLSession.putValue(String, Object)
还是 SSLSession.removeValue(String)
出现,事件都通过标识此会话的 SSLSessionBindingEvent 进行通信。
SSLSession
,
SSLSessionBindingEvent
方法摘要 | |
---|---|
void |
valueBound(SSLSessionBindingEvent event) 调用此方法通知侦听器要将其绑定到 SSLSession 中。 |
void |
valueUnbound(SSLSessionBindingEvent event) 调用此方法通知侦听器要从 SSLSession 中解除其绑定。 |
方法详细信息 |
---|
void valueBound(SSLSessionBindingEvent event)
event
- 将侦听器绑定其中的标识 SSLSession 的事件。
void valueUnbound(SSLSessionBindingEvent event)
event
- 要从此 SSLSession 中被解其绑定的标识 SSLSession 的事件。
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。