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

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
extensions.py 47 def setup_stream_options(self, stream_options):
71 def setup_stream_options(self, stream_options):
72 stream_options.deflate_stream = True
184 def setup_stream_options(self, stream_options):
202 stream_options.outgoing_frame_filters.append(
204 stream_options.incoming_frame_filters.insert(
356 def setup_stream_options(self, stream_options):
359 self._compression_processor.setup_stream_options(stream_options)
474 def setup_stream_options(self, stream_options):
501 stream_options.outgoing_message_filters.append
    [all...]
mux.py 662 stream_options = StreamOptions()
664 stream_options.unmask_receive = False
666 stream_options.allow_fragmented_control_frame = True
667 Stream.__init__(self, request, stream_options)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
extensions.py 72 def _setup_stream_options_internal(self, stream_options):
75 def setup_stream_options(self, stream_options):
77 self._setup_stream_options_internal(stream_options)
221 def _setup_stream_options_internal(self, stream_options):
239 stream_options.outgoing_frame_filters.append(
241 stream_options.incoming_frame_filters.insert(
407 def _setup_stream_options_internal(self, stream_options):
410 self._compression_processor.setup_stream_options(stream_options)
576 def _setup_stream_options_internal(self, stream_options):
577 self._framer.setup_stream_options(stream_options)
    [all...]
mux.py 813 def __init__(self, request, stream_options, send_quota, receive_quota):
818 stream_options: StreamOptions instance.
824 stream_options.unmask_receive = False
825 Stream.__init__(self, request, stream_options)
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_msgutil.py 73 def _install_extension_processor(processor, request, stream_options):
76 processor.setup_stream_options(stream_options)
85 stream_options = StreamOptions()
86 stream_options.deflate_stream = deflate_stream
90 _install_extension_processor(processor, req, stream_options)
94 _install_extension_processor(processor, req, stream_options)
98 _install_extension_processor(processor, req, stream_options)
100 req.ws_stream = Stream(req, stream_options)
127 stream_options = StreamOptions()
128 req.ws_stream = Stream(req, stream_options)
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
hybi.py 215 stream_options = StreamOptions()
228 processor.setup_stream_options(stream_options)
238 self._request.ws_stream = self._create_stream(stream_options)
370 def _create_stream(self, stream_options):
371 return Stream(self._request, stream_options)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
hybi.py 232 stream_options = StreamOptions()
245 processor.setup_stream_options(stream_options)
263 self._request.ws_stream = self._create_stream(stream_options)
395 def _create_stream(self, stream_options):
396 return Stream(self._request, stream_options)

Completed in 127 milliseconds