webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webkitpy.thirdparty.mod_pywebsocket.mux._MuxHandshaker Class Reference
Inheritance diagram for webkitpy.thirdparty.mod_pywebsocket.mux._MuxHandshaker:

Public Member Functions

def __init__ (self, request, dispatcher, send_quota, receive_quota)
 

Detailed Description

Opening handshake processor for multiplexing.

Constructor & Destructor Documentation

◆ __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: