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

Public Member Functions

def __init__ (self, mux_handler, request)
 
def run (self)
 

Detailed Description

A thread that is responsible for running the corresponding application
handler.

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.thirdparty.mod_pywebsocket.mux._Worker.__init__ (   self,
  mux_handler,
  request 
)
Constructs an instance.

Args:
    mux_handler: _MuxHandler instance.
    request: _LogicalRequest instance.

Member Function Documentation

◆ run()

def webkitpy.thirdparty.mod_pywebsocket.mux._Worker.run (   self)

The documentation for this class was generated from the following file: