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

Public Member Functions

def __init__ (self, do_extra_handshake, transfer_data, passive_closing_handshake)
 

Public Attributes

 do_extra_handshake
 
 transfer_data
 
 passive_closing_handshake
 

Detailed Description

A handler suite holder class.

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.thirdparty.mod_pywebsocket.dispatch._HandlerSuite.__init__ (   self,
  do_extra_handshake,
  transfer_data,
  passive_closing_handshake 
)

Member Data Documentation

◆ do_extra_handshake

webkitpy.thirdparty.mod_pywebsocket.dispatch._HandlerSuite.do_extra_handshake

◆ passive_closing_handshake

webkitpy.thirdparty.mod_pywebsocket.dispatch._HandlerSuite.passive_closing_handshake

◆ transfer_data

webkitpy.thirdparty.mod_pywebsocket.dispatch._HandlerSuite.transfer_data

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