| Modifier and Type | Field and Description |
|---|---|
protected FrameHeader |
Frame.header
The header.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract FrameHeader |
FrameParser.createFrameHeader(ByteBuffer chunkData)
Creates the frame header.
|
FrameHeader |
Frame.getHeader()
Gets the header.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Frame |
FrameParser.createFrame(FrameHeader h,
byte[] bodyData)
Creates the frame.
|
protected void |
Frame.setHeader(FrameHeader header)
Sets the header.
|
| Constructor and Description |
|---|
Frame(FrameHeader header,
byte[] contents)
Instantiates a new frame.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FrameHeaderDraft06
The Class FrameHeaderDraft06.
|
| Constructor and Description |
|---|
BinaryFrame(FrameHeader header,
byte[] bodyData)
Instantiates a new binary frame.
|
FrameDraft06(FrameHeader header,
byte[] bodyData)
Instantiates a new frame draft06.
|
PongFrame(FrameHeader header,
byte[] bodyData)
Instantiates a new pong frame.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FrameHeaderDraft76
The Class FrameHeaderDraft76.
|
| Modifier and Type | Method and Description |
|---|---|
static FrameHeader |
FrameBuilderDraft76.createFrameHeader(ByteBuffer chunkData)
create frame header from parameter bytes
if a invalid frame data received which may throw IllegalArgumentException.
|
| Modifier and Type | Method and Description |
|---|---|
static Frame |
FrameBuilderDraft76.createFrame(FrameHeader h,
byte[] bodyData)
Creates the frame.
|
| Constructor and Description |
|---|
BinaryFrame(FrameHeader header,
byte[] bodyData)
Instantiates a new binary frame.
|
CloseFrame(FrameHeader header,
byte[] bodyData)
Instantiates a new binary frame.
|
FrameDraft76(FrameHeader header,
byte[] body)
Instantiates a new frame draft76.
|
TextFrame(FrameHeader header,
byte[] body)
Instantiates a new text frame.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FrameHeaderRfc6455
The Class FrameHeaderRfc6455.
|
| Constructor and Description |
|---|
BinaryFrame(FrameHeader header,
byte[] bodyData)
Instantiates a new binary frame.
|
FrameRfc6455(FrameHeader header,
byte[] bodyData)
Instantiates a new frame draft06.
|
PongFrame(FrameHeader header,
byte[] bodyData)
Instantiates a new pong frame.
|
Copyright © 2021. All rights reserved.