See: Description
| Interface | Description |
|---|---|
| IHandshaker |
A handshaker responsible for processing of the Web Socket handshake phase.
|
| Class | Description |
|---|---|
| HandshakeDecoder |
Decodes a Web Socket handshake frame from bytes in the protocol version 13 format.
|
| HandshakeEncoder |
Encodes a Web Socket handshake frame into bytes in the protocol version 13 format.
|
| HandshakeFrame |
Base class for Web Socket handshake frames.
|
| Handshaker |
Default handshaker responsible for processing of the Web Socket handshake phase.
|
| HandshakeRequest |
A Web Socket handshake request frame.
|
| HandshakeResponse |
A Web Socket handshake response frame.
|
| Exception | Description |
|---|---|
| InvalidHandshakeException |
Indicates problems with decoding or validation of Web Socket handshake frames.
|
Copyright © 2017–2022 SNF4J.ORG. All rights reserved.