Searched defs:ConnectionTerminatedException (Results 1 - 13 of 13) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A D_stream_base.py48 class ConnectionTerminatedException(Exception): class in inherits:Exception
56 class InvalidFrameException(ConnectionTerminatedException):
109 ConnectionTerminatedException: when read returns empty string.
114 raise ConnectionTerminatedException(
138 ConnectionTerminatedException: when read returns empty string.
153 ConnectionTerminatedException: when read returns empty string.
H A D_stream_hixie75.py41 from mod_pywebsocket._stream_base import ConnectionTerminatedException namespace
102 ConnectionTerminatedException: when read returns empty string.
121 ConnectionTerminatedException: when read returns empty
193 ConnectionTerminatedException: when closing handshake was
215 # frame, we take it as ConnectionTerminatedException.
218 raise ConnectionTerminatedException(
H A Dmsgutil.py46 from mod_pywebsocket._stream_base import ConnectionTerminatedException namespace
91 ConnectionTerminatedException: when the connection is closed
H A Dstream.py36 from mod_pywebsocket._stream_base import ConnectionTerminatedException namespace
H A D_stream_hybi.py48 from mod_pywebsocket._stream_base import ConnectionTerminatedException namespace
175 read. The function must raise ConnectionTerminatedException if
183 ConnectionTerminatedException: when receive_bytes raises it.
452 ConnectionTerminatedException: when read returns empty
689 ConnectionTerminatedException: when read returns empty
811 raise ConnectionTerminatedException(
H A Dmux.py52 from mod_pywebsocket._stream_base import ConnectionTerminatedException namespace
604 ConnectionTerminatedException: when the physical connection has
618 raise ConnectionTerminatedException(
967 except ConnectionTerminatedException, e:
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A D_stream_base.py50 class ConnectionTerminatedException(Exception): class in inherits:Exception
58 class InvalidFrameException(ConnectionTerminatedException):
111 ConnectionTerminatedException: when read returns empty string.
117 raise ConnectionTerminatedException(
126 raise ConnectionTerminatedException(
131 raise ConnectionTerminatedException(
154 ConnectionTerminatedException: when read returns empty string.
169 ConnectionTerminatedException: when read returns empty string.
H A D_stream_hixie75.py42 from mod_pywebsocket._stream_base import ConnectionTerminatedException namespace
103 ConnectionTerminatedException: when read returns empty string.
122 ConnectionTerminatedException: when read returns empty
194 ConnectionTerminatedException: when closing handshake was
216 # frame, we take it as ConnectionTerminatedException.
219 raise ConnectionTerminatedException(
H A Dmsgutil.py46 from mod_pywebsocket._stream_base import ConnectionTerminatedException namespace
91 ConnectionTerminatedException: when the connection is closed
H A Dstream.py36 from mod_pywebsocket._stream_base import ConnectionTerminatedException namespace
H A D_stream_hybi.py48 from mod_pywebsocket._stream_base import ConnectionTerminatedException namespace
175 read. The function must raise ConnectionTerminatedException if
183 ConnectionTerminatedException: when receive_bytes raises it.
442 ConnectionTerminatedException: when read returns empty
733 ConnectionTerminatedException: when read returns empty
857 raise ConnectionTerminatedException(
H A Dmux.py52 from mod_pywebsocket._stream_base import ConnectionTerminatedException namespace
657 ConnectionTerminatedException: when the physical connection has
671 raise ConnectionTerminatedException(
1236 except ConnectionTerminatedException, e:
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dtest_mux.py46 from mod_pywebsocket._stream_base import ConnectionTerminatedException namespace
83 raise ConnectionTerminatedException(
203 except ConnectionTerminatedException, e:
531 self.assertTrue(exception.__class__ == ConnectionTerminatedException)

Completed in 137 milliseconds