All the data that represents a WebSocket connection tracked by the WebSocketHandler.
An exception that's thrown if an unexpected situation arises while dealing with a websocket connection.
A special HttpRequestHandler implementation that exclusively handles websocket connection handshakes.
An abstract class that you should extend to define logic for handling websocket messages and events. Create a new class that inherits from this one, and overrides any "on..." methods that you'd like.
A binary websocket message.
A "close" control websocket message indicating the client is closing the connection.
A text-based websocket message.
Defines components relating to how websocket messages and initial HTTP requests are handled.