public interface Framedata
Modifier and Type | Method and Description |
---|---|
void |
append(Framedata nextframe)
Appends an additional frame to the current frame
This methods does not override the opcode, but does override the fin
|
Opcode |
getOpcode()
Defines the interpretation of the "Payload data".
|
ByteBuffer |
getPayloadData()
The "Payload data" which was sent in this frame
|
boolean |
getTransfereMasked()
Defines whether the "Payload data" is masked.
|
boolean |
isFin()
Indicates that this is the final fragment in a message.
|
boolean |
isRSV1()
Indicates that this frame has the rsv1 bit set.
|
boolean |
isRSV2()
Indicates that this frame has the rsv2 bit set.
|
boolean |
isRSV3()
Indicates that this frame has the rsv3 bit set.
|
boolean isFin()
boolean isRSV1()
boolean isRSV2()
boolean isRSV3()
boolean getTransfereMasked()
Opcode getOpcode()
ByteBuffer getPayloadData()
void append(Framedata nextframe)
This methods does not override the opcode, but does override the fin
nextframe
- the additional frameCopyright © 2021. All rights reserved.