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

Public Member Functions

def __init__ (self, channel_id, data)
 

Public Attributes

 channel_id
 
 data
 

Detailed Description

A structure that holds data to be sent via physical connection and
origin of the data.

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.thirdparty.mod_pywebsocket.mux._OutgoingData.__init__ (   self,
  channel_id,
  data 
)

Member Data Documentation

◆ channel_id

webkitpy.thirdparty.mod_pywebsocket.mux._OutgoingData.channel_id

◆ data

webkitpy.thirdparty.mod_pywebsocket.mux._OutgoingData.data

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