NetSSLLifecycleEventReceiver¶
If you implement this interface, you will be able to get callbackes when major
SSL lifecycle changes happen if you are using a NetSSLClientConnection
or
`NetSSLClientConnection.
Public Functions¶
on_alpn_negotiated¶
Called when a final protocol is negotatiated using ALPN. Will only be called if you set your connnection up using ALPN.
Parameters¶
Returns¶
- None val
on_ssl_auth_failed¶
Called when the SSL handshake fails due to authentication failure.
Returns¶
- None val
on_ssl_error¶
Called when an unknown SSL error was encountered during the handshake.
Returns¶
- None val