public interface HandshakeCompletedListener extends EventListener
SSL握手完成后,新的安全参数将被建立。这些参数总是包括用于保护消息的安全密钥。他们可能还包括一个新的会话,如认证节点的身份和一个新的SSL加密套件相关参数。
Modifier and Type | Method and Description |
---|---|
void |
handshakeCompleted(HandshakeCompletedEvent event)
这种方法是调用注册的对象当一个SSL握手完成。
|
void handshakeCompleted(HandshakeCompletedEvent event)
event
-事件识别SSL握手完成给定的SSL连接
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.