handy_http_websockets.components

Undocumented in source.

Members

Classes

WebSocketException
class WebSocketException

An exception that's thrown if an unexpected situation arises while dealing with a websocket connection.

WebSocketMessageHandler
class WebSocketMessageHandler

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.

Structs

WebSocketBinaryMessage
struct WebSocketBinaryMessage

A binary websocket message.

WebSocketCloseMessage
struct WebSocketCloseMessage

A "close" control websocket message indicating the client is closing the connection.

WebSocketTextMessage
struct WebSocketTextMessage

A text-based websocket message.