HomeSort by relevance Sort by last modified time
    Searched full:_create_control_frame (Results 1 - 1 of 1) sorted by null

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
_stream_hybi.py 341 def _create_control_frame(opcode, body, mask, frame_filters): function
358 return _create_control_frame(common.OPCODE_PING, body, mask, frame_filters)
362 return _create_control_frame(common.OPCODE_PONG, body, mask, frame_filters)
366 return _create_control_frame(

Completed in 312 milliseconds