See: Description
| Interface | Description |
|---|---|
| IAggregatedFrame |
An aggregated Web Socket frame.
|
| Class | Description |
|---|---|
| AggregatedBinaryFrame |
Aggregated Web Socket binary frame.
|
| AggregatedTextFrame |
Aggregated Web Socket text frame.
|
| BinaryFrame |
Web Socket binary frame.
|
| CloseFrame |
Web Socket connection close frame.
|
| ContinuationFrame |
Web Socket continuation frame containing continuation text or binary data.
|
| ControlFrame |
Base class for all Web Socket control frames.
|
| DataFrame |
Base class for all Web Socket data frames.
|
| Frame |
Base class for all Web Socket frames.
|
| FrameAggregator |
Aggregates fragmented Web Socket frames into complete (final) frames.
|
| FrameDecoder |
Decodes a Web Socket frame from bytes in the protocol version 13 format.
|
| FrameEncoder |
Encodes a Web Socket frame into bytes in the protocol version 13 format.
|
| FrameUtf8Validator |
Validates the UTF-8 encoding correctness of the payload data in Web Socket
text frames and in Web Socket continuation frames being theirs continuation.
|
| PingFrame |
Web Socket ping frame.
|
| PongFrame |
Web Socket pong frame.
|
| TextFrame |
Web Socket text frame.
|
| Enum | Description |
|---|---|
| Opcode |
An
enum that represents types of the Web Socket frames. |
| Exception | Description |
|---|---|
| InvalidFrameException |
Indicates problems with decoding or validation of Web Socket frames.
|
Copyright © 2017–2022 SNF4J.ORG. All rights reserved.