ReadOnlyDelegatedFrame

Immutable, Read-only, WebSocketFrame implementation.

Constructors

this
this(WebSocketFrame frame)
Undocumented in source.

Members

Functions

getMask
byte[] getMask()
Undocumented in source. Be warned that the author may not have intended to support it.
getOpCode
byte getOpCode()
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.
getPayloadLength
int getPayloadLength()
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.
hasPayload
bool hasPayload()
Undocumented in source. Be warned that the author may not have intended to support it.
isFin
bool isFin()
Undocumented in source. Be warned that the author may not have intended to support it.
isMasked
bool isMasked()
Undocumented in source. Be warned that the author may not have intended to support it.
isRsv1
bool isRsv1()
Undocumented in source. Be warned that the author may not have intended to support it.
isRsv2
bool isRsv2()
Undocumented in source. Be warned that the author may not have intended to support it.
isRsv3
bool isRsv3()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From WebSocketFrame

Type
deprecated alias Type = WebSocketFrameType
Undocumented in source.
getMask
byte[] getMask()
Undocumented in source.
getOpCode
byte getOpCode()
Undocumented in source.
getPayload
ByteBuffer getPayload()
Undocumented in source.
getPayloadLength
int getPayloadLength()

The original payload length ({@link ByteBuffer#remaining()})

getType
WebSocketFrameType getType()
Undocumented in source.
hasPayload
bool hasPayload()
Undocumented in source.
isFin
bool isFin()
Undocumented in source.
isMasked
bool isMasked()
Undocumented in source.
isRsv1
bool isRsv1()
Undocumented in source.
isRsv2
bool isRsv2()
Undocumented in source.
isRsv3
bool isRsv3()
Undocumented in source.

Meta