CloseAbnormalClosure¶
Abnormal closure (1006).
Indicates the TCP connection dropped without a close handshake. This is an indicator code that must never appear on the wire — it exists only for the application callback.
Implements¶
- Stringable box
Constructors¶
create¶
Returns¶
- CloseAbnormalClosure val^
Public Functions¶
code¶
Returns the RFC 6455 numeric close code.
Returns¶
- U16 val
string¶
Returns a human-readable representation including the code and name.
Returns¶
- String iso^
eq¶
Parameters¶
- that: CloseAbnormalClosure val
Returns¶
- Bool val
ne¶
Parameters¶
- that: CloseAbnormalClosure val
Returns¶
- Bool val