Opening handshake processor for multiplexing.
◆ __init__()
def webkitpy.thirdparty.mod_pywebsocket.mux._MuxHandshaker.__init__ |
( |
|
self, |
|
|
|
request, |
|
|
|
dispatcher, |
|
|
|
send_quota, |
|
|
|
receive_quota |
|
) |
| |
Constructs an instance.
Args:
request: _LogicalRequest instance.
dispatcher: Dispatcher instance (dispatch.Dispatcher).
send_quota: Initial send quota.
receive_quota: Initial receive quota.
The documentation for this class was generated from the following file:
- Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/mux.py