BinaryFrame

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.
setPayload
BinaryFrame setPayload(byte[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
setPayload
BinaryFrame setPayload(ByteBuffer buf)
Undocumented in source. Be warned that the author may not have intended to support it.
setPayload
BinaryFrame setPayload(string payload)
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