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

Public Member Functions

def __init__ (self, request, worker)
 

Public Attributes

 request
 
 worker
 
 drop_code
 
 drop_message
 

Detailed Description

A structure that holds information about logical channel.

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.thirdparty.mod_pywebsocket.mux._LogicalChannelData.__init__ (   self,
  request,
  worker 
)

Member Data Documentation

◆ drop_code

webkitpy.thirdparty.mod_pywebsocket.mux._LogicalChannelData.drop_code

◆ drop_message

webkitpy.thirdparty.mod_pywebsocket.mux._LogicalChannelData.drop_message

◆ request

webkitpy.thirdparty.mod_pywebsocket.mux._LogicalChannelData.request

◆ worker

webkitpy.thirdparty.mod_pywebsocket.mux._LogicalChannelData.worker

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