alexapy.aiohttp.web_ws

Classes

class alexapy.aiohttp.web_ws.WebSocketResponse(*, timeout: float = 10.0, receive_timeout: Optional[float] = None, autoclose: bool = True, autoping: bool = True, heartbeat: Optional[float] = None, protocols: Iterable[str] = (), compress: bool = True, max_msg_size: int = 4194304)

Inheritance

Inheritance diagram of WebSocketResponse

class alexapy.aiohttp.web_ws.WebSocketReady(ok: bool, protocol: Optional[str])

Inheritance

Inheritance diagram of WebSocketReady

class alexapy.aiohttp.web_ws.WSMsgType(value)

An enumeration.

Inheritance

Inheritance diagram of WSMsgType