CloseFrame

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

getType
WebSocketFrameType getType()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

truncate
string truncate(string reason)

Truncate arbitrary reason into something that will fit into the CloseFrame limits.

Inherited Members

From ControlFrame

MAX_CONTROL_PAYLOAD
enum int MAX_CONTROL_PAYLOAD;

Maximum size of Control frame, per RFC 6455

assertValid
void assertValid()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
isControlFrame
bool isControlFrame()
Undocumented in source. Be warned that the author may not have intended to support it.
isDataFrame
bool isDataFrame()
Undocumented in source. Be warned that the author may not have intended to support it.
setPayload
AbstractWebSocketFrame setPayload(ByteBuffer buf)
Undocumented in source. Be warned that the author may not have intended to support it.
getPayload
ByteBuffer getPayload()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta