Home
last modified time | relevance | path

Searched refs:HandshakeAbortedException (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
Dtest_handshake_hybi08.py105 class HandshakeAbortedException(Exception): class
115 raise HandshakeAbortedException('An exception to reject the request')
197 self.assertRaises(HandshakeAbortedException, handshaker.do_handshake)
Dtest_handshake_hybi.py105 class HandshakeAbortedException(Exception): class
115 raise HandshakeAbortedException('An exception to reject the request')
197 self.assertRaises(HandshakeAbortedException, handshaker.do_handshake)