Ws handler¶
- class luna_sender.app.handlers.ws_handler.WSHandler(request, ws)[source]¶
Handler for creating ws connection .. attribute:: filters
ws filters prepared before handshake
- async prepareWSFilters()[source]¶
WS request validation before handshake. Prepares filters from websocket request.
- wsSession(request)[source]¶
WSBaseHandler wsSession abstract method implementation. See _websocket_handler implementation: http://git.visionlabs.ru/luna/crutches_on_wheels/-/blob/platform_5/web/application.py
Validates input data before websocket handshake.w