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

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_handshake_hybi08.py 94 def do_extra_handshake(self, conn_context):
96 conn_context.ws_protocol = conn_context.ws_requested_protocols[
99 conn_context.ws_protocol = self.default_value
101 def transfer_data(self, conn_context):
114 def do_extra_handshake(self, conn_context):
117 def transfer_data(self, conn_context):
126 def do_extra_handshake(self, conn_context):
130 def transfer_data(self, conn_context):
test_handshake_hybi.py 94 def do_extra_handshake(self, conn_context):
96 conn_context.ws_protocol = conn_context.ws_requested_protocols[
99 conn_context.ws_protocol = self.default_value
101 def transfer_data(self, conn_context):
114 def do_extra_handshake(self, conn_context):
117 def transfer_data(self, conn_context):
126 def do_extra_handshake(self, conn_context):
130 def transfer_data(self, conn_context):
mock.py 217 def do_extra_handshake(self, conn_context):
220 def transfer_data(self, conn_context):

Completed in 1896 milliseconds