public static class MessageReader.PayloadBuffer
extends java.lang.Object
| Constructor and Description |
|---|
PayloadBuffer(Opcode opcode,
int maxMessagePayloadLength) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(byte[] payload) |
Opcode |
getOpcode() |
byte[] |
getPayload() |
public PayloadBuffer(Opcode opcode, int maxMessagePayloadLength)
public Opcode getOpcode()
public byte[] getPayload()
public void append(byte[] payload)
throws WebSocketException
WebSocketException