See: Description
| Interface | Description |
|---|---|
| IWebSocketHandler |
Extends the
IStreamHandler interface to cover the Web Socket functionalities. |
| IWebSocketSession |
Extends the
IStreamSession interface to cover the Web Socket functionalities. |
| IWebSocketSessionConfig |
A configuration for associated Web Socket session.
|
| Class | Description |
|---|---|
| AbstractWebSocketHandler |
Base implementation of the
IWebSocketHandler interface. |
| AbstractWebSocketSessionFactory |
Base implementation of the
IStreamSessionFactory interface for the Web Socket
sessions. |
| DefaultWebSocketSessionConfig |
Default configuration for the Web Socket session.
|
| SSLWebSocketSession |
The Secure Web Socket session implementing the WebSocket Protocol described in RFC 6455.
|
| WebSocketSession |
The Web Socket session implementing the WebSocket Protocol described in RFC 6455.
|
Copyright © 2017–2022 SNF4J.ORG. All rights reserved.