| Interface | Description |
|---|---|
| SubProtocolHandler |
A contract for handling WebSocket messages as part of a higher level protocol, referred
to as "sub-protocol" in the WebSocket RFC specification.
|
| Class | Description |
|---|---|
| SubProtocolWebSocketHandler |
A
WebSocketHandler that delegates messages to a SubProtocolHandler
based on the sub-protocol value requested by the client through the
Sec-WebSocket-Protocol request header A default handler can also be configured
to use if the client does not request a specific sub-protocol. |