wotpy.protocols.wsΒΆ

WebSockets Protocol Binding implementation.

wotpy.protocols.ws.client Classes that contain the client logic for the Websocket protocol.
wotpy.protocols.ws.enums Enumeration classes related to the WebSockets server.
wotpy.protocols.ws.handler Class that handles incoming WebSockets messages.
wotpy.protocols.ws.messages Classes that represent JSON-RPC messages exchanged over WebSockets.
wotpy.protocols.ws.schemas Schemas following the JSON Schema specification used to validate the shape of WebSockets messages.
wotpy.protocols.ws.server Class that implements the WebSockets server.