public abstract class DataFrame extends Frame
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
finalFragment |
FIN_BIT_ON, MASK_BIT_MASKED, OPCODE_BINARY, OPCODE_CLOSE, OPCODE_CONT, OPCODE_PING, OPCODE_PONG, OPCODE_TEXT| Constructor and Description |
|---|
DataFrame() |
DataFrame(boolean fin,
int size) |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
getData() |
boolean |
isContinuationFrame() |
boolean |
isFinalFragment() |
getFrameBytes, getOpCode, getPayload, getPayloadSize, getSize, getTypeAsString, isBinary, isClose, isControl, isData, isPing, isPong, isText, readFromStream, readFromStream, readFromStreampublic abstract Object getData()
public boolean isFinalFragment()
public boolean isContinuationFrame()