Home | History | Annotate | Download | only in stream_server

Lines Matching full:_options

493         self._options = server.websocket_server_options
496 self.cgi_directories = self._options.cgi_directories
498 if self._options.is_executable_method is not None:
499 self.is_executable = self._options.is_executable_method
526 if self._options.use_basic_auth:
528 if auth != self._options.basic_auth_credential:
560 request = _StandaloneRequest(self, self._options.use_tls)
565 if not self._options.dispatcher.get_handler_suite(self.path):
583 self._options.dispatcher,
584 allowDraft75=self._options.allow_draft75,
585 strict=self._options.strict)
599 request._dispatcher = self._options.dispatcher
600 self._options.dispatcher.transfer_data(request)