BinaryFrame, CloseFrame, ContinuousFrame, ControlFrame, DataFrame, FramedataImpl1, PingFrame, PongFrame, TextFramepublic interface Framedata
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
Framedata.Opcode |
Enum which contains the different valid opcodes
|
| Modifier and Type | Method | 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
|
Framedata.Opcode |
getOpcode() |
Defines the interpretation of the "Payload data".
|
java.nio.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()
Framedata.Opcode getOpcode()
java.nio.ByteBuffer getPayloadData()
void append(Framedata nextframe)
nextframe - the additional frame