websocket library

Classes

FlintWebSocket
Represents a connected WebSocket client
WebSocketManager
WsRoute

Properties

wsManager WebSocketManager
final

Typedefs

WsAuthMiddleware = Future<bool> Function(HttpRequest req)
WsHandler = void Function(FlintWebSocket client, Map<String, String> params)