程序包 | 说明 |
---|---|
io.netty.handler.ssl |
SSL ·
TLS implementation based on
SSLEngine |
限定符和类型 | 类和说明 |
---|---|
class |
SniCompletionEvent
Event that is fired once we did a selection of a
SslContext based on the SNI hostname ,
which may be because it was successful or there was an error. |
class |
SslCloseCompletionEvent
Event that is fired once the close_notify was received or if an failure happens before it was received.
|
class |
SslHandshakeCompletionEvent
Event that is fired once the SSL handshake is complete, which may be because it was successful or there
was an error.
|