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

Public Member Functions

def __init__ (self, request, dispatcher)
 
def do_handshake (self)
 

Detailed Description

Opening handshake processor for the WebSocket protocol (RFC 6455).

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.thirdparty.mod_pywebsocket.handshake.hybi.Handshaker.__init__ (   self,
  request,
  dispatcher 
)
Construct an instance.

Args:
    request: mod_python request.
    dispatcher: Dispatcher (dispatch.Dispatcher).

Handshaker will add attributes such as ws_resource during handshake.

Member Function Documentation

◆ do_handshake()

def webkitpy.thirdparty.mod_pywebsocket.handshake.hybi.Handshaker.do_handshake (   self)

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