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

Public Member Functions

def __init__ (self, opcode)
 

Public Attributes

 opcode
 

Detailed Description

A structure that holds parsing result of multiplexing control block.
Control block specific attributes will be added by _MuxFramePayloadParser.
(e.g. encoded_handshake will be added for AddChannelRequest and
AddChannelResponse)

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.thirdparty.mod_pywebsocket.mux._ControlBlock.__init__ (   self,
  opcode 
)

Member Data Documentation

◆ opcode

webkitpy.thirdparty.mod_pywebsocket.mux._ControlBlock.opcode

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