webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
def | __init__ (self, request, dispatcher) |
def | do_handshake (self) |
Opening handshake processor for the WebSocket protocol (RFC 6455).
def webkitpy.thirdparty.mod_pywebsocket.handshake.hybi.Handshaker.__init__ | ( | self, | |
request, | |||
dispatcher | |||
) |
Construct an instance. Args: request: mod_python request. dispatcher: Dispatcher (dispatch.Dispatcher). Handshaker will add attributes such as ws_resource during handshake.
def webkitpy.thirdparty.mod_pywebsocket.handshake.hybi.Handshaker.do_handshake | ( | self | ) |