Skip to content

ConnectionFailedTimeout

[Source]

The connection attempt timed out before completing. The timer covers TCP Happy Eyeballs and (for SSL connections) the TLS handshake. The timeout is configured via the connection_timeout parameter on the client or ssl_client constructor.

primitive val ConnectionFailedTimeout

Constructors

create

[Source]

new val create()
: ConnectionFailedTimeout val^

Returns


Public Functions

eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns