TextFrame

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Aliases

setPayload
alias setPayload = AbstractWebSocketFrame.setPayload
Undocumented in source.

Functions

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

Inherited Members

From DataFrame

assertValid
void assertValid()
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.
setIsContinuation
void setIsContinuation()

Set the data frame to continuation mode

Meta