Skip to content

ConnectionFailedSSL

[Source]

The TCP connection was established but the SSL handshake failed. This covers both SSL session creation failures (e.g. bad SSLContext) and handshake protocol errors before _on_connected would have fired.

primitive val ConnectionFailedSSL

Constructors

create

[Source]

new val create()
: ConnectionFailedSSL val^

Returns


Public Functions

eq

[Source]

fun box eq(
  that: ConnectionFailedSSL val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: ConnectionFailedSSL val)
: Bool val

Parameters

Returns