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

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/testdata/handlers/
abort_by_user_wsh.py 35 raise handshake.AbortedByUserException("abort for test")
39 raise handshake.AbortedByUserException("abort for test")
  /external/chromium_org/net/data/websocket/
close-with-split-packet_wsh.py 30 raise handshake.AbortedByUserException('Abort the connection')
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
__init__.py 43 # Export AbortedByUserException, HandshakeException, and VersionException
45 from mod_pywebsocket.handshake._base import AbortedByUserException
105 except AbortedByUserException, e:
_base.py 40 class AbortedByUserException(Exception):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
__init__.py 42 # Export AbortedByUserException, HandshakeException, and VersionException
44 from mod_pywebsocket.handshake._base import AbortedByUserException
99 except AbortedByUserException, e:
_base.py 40 class AbortedByUserException(Exception):
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_handshake_hybi08.py 40 from mod_pywebsocket.handshake._base import AbortedByUserException
123 AbortedByUserException in do_extra_handshake to reject the request.
127 raise AbortedByUserException('An AbortedByUserException to reject the '
283 # do_extra_handshake raises an AbortedByUserException. Check that it's
285 self.assertRaises(AbortedByUserException, handshaker.do_handshake)
test_handshake_hybi.py 40 from mod_pywebsocket.handshake._base import AbortedByUserException
123 AbortedByUserException in do_extra_handshake to reject the request.
127 raise AbortedByUserException('An AbortedByUserException to reject the '
294 # do_extra_handshake raises an AbortedByUserException. Check that it's
296 self.assertRaises(AbortedByUserException, handshaker.do_handshake)
test_dispatch.py 167 self.assertRaises(handshake.AbortedByUserException,
236 self.assertRaises(handshake.AbortedByUserException,
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
headerparserhandler.py 225 except handshake.AbortedByUserException, e:
dispatch.py 247 AbortedByUserException: when user handler abort connection
257 except handshake.AbortedByUserException, e:
278 AbortedByUserException: when user handler abort connection
296 except handshake.AbortedByUserException, e:
standalone.py 597 except handshake.AbortedByUserException, e:
    [all...]
mux.py     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
headerparserhandler.py 236 except handshake.AbortedByUserException, e:
dispatch.py 247 AbortedByUserException: when user handler abort connection
257 except handshake.AbortedByUserException, e:
281 AbortedByUserException: when user handler abort connection
299 except handshake.AbortedByUserException, e:
standalone.py 760 except handshake.AbortedByUserException, e:
    [all...]
mux.py     [all...]
  /external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py 601 except handshake.AbortedByUserException, e:
    [all...]

Completed in 1193 milliseconds