Searched refs:do_handshake (Results 1 – 18 of 18) sorted by relevance
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
D | test_handshake_draft75.py | 402 handshaker.do_handshake() 416 handshaker.do_handshake() 425 handshaker.do_handshake() 435 handshaker.do_handshake() 444 handshaker.do_handshake() 453 handshaker.do_handshake() 464 handshake.HandshakeException, handshaker.do_handshake) 471 strict_handshaker.do_handshake() 480 strict_handshaker.do_handshake)
|
D | test_handshake_hybi.py | 150 handshaker.do_handshake() 168 handshaker.do_handshake() 177 handshaker.do_handshake() 187 handshaker.do_handshake() 197 self.assertRaises(HandshakeAbortedException, handshaker.do_handshake) 205 handshaker.do_handshake() 224 self.assertRaises(HandshakeException, handshaker.do_handshake) 233 self.assertRaises(HandshakeException, handshaker.do_handshake) 249 handshaker.do_handshake() 264 handshaker.do_handshake() [all …]
|
D | test_handshake_hybi00.py | 353 handshaker.do_handshake() 365 handshaker.do_handshake() 375 handshaker.do_handshake() 384 handshaker.do_handshake() 394 handshaker.do_handshake() 403 handshaker.do_handshake() 412 handshaker.do_handshake() 422 handshaker.do_handshake() 431 self.assertRaises(HandshakeException, handshaker.do_handshake)
|
D | test_handshake_hybi08.py | 150 handshaker.do_handshake() 168 handshaker.do_handshake() 177 handshaker.do_handshake() 187 handshaker.do_handshake() 197 self.assertRaises(HandshakeAbortedException, handshaker.do_handshake) 205 handshaker.do_handshake() 224 self.assertRaises(HandshakeException, handshaker.do_handshake) 233 self.assertRaises(HandshakeException, handshaker.do_handshake) 249 handshaker.do_handshake() 264 self.assertRaises(HandshakeException, handshaker.do_handshake) [all …]
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/ |
D | __init__.py | 52 def do_handshake(request, dispatcher, allowDraft75=False, strict=False): function 90 handshaker.do_handshake()
|
D | hybi00.py | 139 def do_handshake(self): member in Handshaker
|
D | hybi.py | 132 def do_handshake(self): member in Handshaker
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/ |
D | __init__.py | 53 def do_handshake(request, dispatcher, allowDraft75=False, strict=False): function 96 handshaker.do_handshake()
|
D | draft75.py | 99 def do_handshake(self): member in Handshaker
|
D | hybi00.py | 88 def do_handshake(self): member in Handshaker
|
D | hybi.py | 131 def do_handshake(self): member in Handshaker
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
D | headerparserhandler.py | 216 handshake.do_handshake(
|
D | standalone.py | 540 accepted_socket.do_handshake() 579 accepted_socket.do_handshake() 844 handshake.do_handshake(
|
D | mux.py | 1623 handshaker.do_handshake()
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
D | headerparserhandler.py | 209 handshake.do_handshake(
|
D | standalone.py | 577 handshake.do_handshake(
|
D | mux.py | 1269 handshaker.do_handshake()
|
/external/chromium-trace/trace-viewer/examples/stream_server/ |
D | standalone.py | 581 handshake.do_handshake(
|