public interface Frame
Modifier and Type | Interface and Description |
---|---|
static class |
Frame.Type |
Modifier and Type | Method and Description |
---|---|
byte[] |
getMask() |
byte |
getOpCode() |
ByteBuffer |
getPayload() |
int |
getPayloadLength()
The original payload length (
Buffer.remaining() ) |
Frame.Type |
getType() |
boolean |
hasPayload() |
boolean |
isFin() |
boolean |
isLast()
Same as
isFin() |
boolean |
isMasked() |
boolean |
isRsv1() |
boolean |
isRsv2() |
boolean |
isRsv3() |
byte[] getMask()
byte getOpCode()
ByteBuffer getPayload()
int getPayloadLength()
Buffer.remaining()
)Buffer.remaining()
)Frame.Type getType()
boolean hasPayload()
boolean isFin()
boolean isLast()
isFin()
boolean isMasked()
boolean isRsv1()
boolean isRsv2()
boolean isRsv3()
Copyright © 1995-2015 Webtide. All Rights Reserved.