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

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
_stream_base.py 56 class InvalidFrameException(ConnectionTerminatedException):
stream.py 37 from mod_pywebsocket._stream_base import InvalidFrameException
_stream_hybi.py 49 from mod_pywebsocket._stream_base import InvalidFrameException
180 frame, raises InvalidFrameException.
184 InvalidFrameException: when the frame contains invalid data.
211 raise InvalidFrameException(
228 raise InvalidFrameException(
454 InvalidFrameException: when the frame contains invalid data.
507 InvalidFrameException: when the frame doesn't match defragmentation
514 raise InvalidFrameException(
518 raise InvalidFrameException(
535 raise InvalidFrameException(
    [all...]
msgutil.py 47 from mod_pywebsocket._stream_base import InvalidFrameException
85 InvalidFrameException: when client send invalid frame.
_stream_hixie75.py 42 from mod_pywebsocket._stream_base import InvalidFrameException
dispatch.py 302 except msgutil.InvalidFrameException, e:
303 # InvalidFrameException must be caught before
304 # ConnectionTerminatedException that catches InvalidFrameException.
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_msgutil.py 461 self.assertRaises(msgutil.InvalidFrameException,
467 self.assertRaises(msgutil.InvalidFrameException,
473 self.assertRaises(msgutil.InvalidFrameException,
779 self.assertRaises(msgutil.InvalidFrameException,
    [all...]

Completed in 78 milliseconds