CloseStatus

Undocumented in source.

Constructors

this
this(int closeCode, string reasonPhrase)

Creates a reason for closing a web socket connection with the given code and reason phrase.

Members

Functions

getCode
int getCode()
Undocumented in source. Be warned that the author may not have intended to support it.
getPhrase
string getPhrase()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

NORMAL
CloseStatus NORMAL;
Undocumented in source.
NO_STATUS_CODE
CloseStatus NO_STATUS_CODE;
Undocumented in source.
PROTOCOL_ERROR
CloseStatus PROTOCOL_ERROR;
Undocumented in source.

Variables

MAX_REASON_PHRASE
enum int MAX_REASON_PHRASE;
Undocumented in source.

Meta