module documentation
Private implementation module for public twisted.web.websocket
.
Function | server |
The server requires no bootstrapping, so this is a no-op. |
Variable |
|
Undocumented |
Class | _ |
Undocumented |
Function | _handle_accept |
Undocumented |
Function | _handle_bytes |
Undocumented |
Function | _handle_close |
Undocumented |
Function | _handle |
Undocumented |
Function | _handle |
Undocumented |
Function | _handle_reject |
Undocumented |
Function | _handle_reject |
Undocumented |
Function | _handle_text |
Undocumented |
Function | _handle |
Handle a websocket protocol event. |
Function | _negotiation |
Undocumented |
Type Variable | _WSP |
Undocumented |
Type Alias | _ |
Undocumented |
Variable | _log |
Undocumented |
@_handleEvent.register
def _handle_acceptConnection(event: AcceptConnection
, proto: AnyWSWP
):
(source)
¶
Undocumented
@_handleEvent.register
def _handle_closeConnection(event: CloseConnection
, proto: AnyWSWP
):
(source)
¶
Undocumented
@_handleEvent.register
def _handle_rejectConnection(event: RejectConnection
, proto: AnyWSWP
):
(source)
¶
Undocumented