Skip to content

CloseNoStatusReceived

[Source]

No status received (1005).

Indicates the close frame had no payload. This is an indicator code that must never appear on the wire — it exists only for the application callback.

primitive val CloseNoStatusReceived is
  Stringable box

Implements


Constructors

create

[Source]

new val create()
: CloseNoStatusReceived val^

Returns


Public Functions

code

[Source]

Returns the RFC 6455 numeric close code.

fun box code()
: U16 val

Returns


string

[Source]

Returns a human-readable representation including the code and name.

fun box string()
: String iso^

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns