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.