PongFrame

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Aliases

setPayload
alias setPayload = ControlFrame.setPayload
Undocumented in source.

Functions

getType
WebSocketFrameType getType()
Undocumented in source. Be warned that the author may not have intended to support it.
setPayload
PongFrame setPayload(byte[] bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
setPayload
PongFrame setPayload(string payload)
Undocumented in source. Be warned that the author may not have intended to support it.

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