HomeSort by relevance Sort by last modified time
    Searched refs:_mask_hybi (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_msgutil.py 61 def _mask_hybi(frame): function
113 read_data.append(header + _mask_hybi(body))
499 data = compress.compress('\x81\x85' + _mask_hybi('Hello'))
501 data += compress.compress('\x81\x89' + _mask_hybi('WebSocket'))
507 data += compress.compress('\x81\x85' + _mask_hybi('World'))
511 '\x88\x8a' + _mask_hybi(struct.pack('!H', 1000) + 'Good bye'))
535 data += _mask_hybi(compressed_hello)
541 data += _mask_hybi(compressed_websocket)
550 data += _mask_hybi(compressed_world)
553 data += '\x88\x8a' + _mask_hybi(struct.pack('!H', 1000) + 'Good bye'
    [all...]
client_for_testing.py 768 def _mask_hybi(self, s): member in class:WebSocketStream
781 self._socket.sendall(header + self._mask_hybi(body))
819 payload = self._mask_hybi(payload)
    [all...]

Completed in 698 milliseconds