Package grassyknoll :: Package concurrent :: Module WhiskeyServer :: Class WhiskeyServerHandler
[hide private]

Class WhiskeyServerHandler

source code


Instance Methods [hide private]
 
handle_error(self)
Log current error, and send error output to client if possible
source code

Inherited from wsgiref.simple_server.ServerHandler: close

Inherited from wsgiref.handlers.SimpleHandler: __init__, add_cgi_vars, get_stderr, get_stdin

Inherited from wsgiref.handlers.SimpleHandler (private): _flush, _write

Inherited from wsgiref.handlers.BaseHandler: cleanup_headers, client_is_modern, error_output, finish_content, finish_response, get_scheme, log_exception, result_is_file, run, send_headers, send_preamble, sendfile, set_content_length, setup_environ, start_response, write

Class Variables [hide private]
  logger = AutoLogger()

Inherited from wsgiref.simple_server.ServerHandler: server_software

Inherited from wsgiref.handlers.BaseHandler: bytes_sent, error_body, error_headers, error_status, headers, headers_class, headers_sent, http_version, origin_server, os_environ, result, status, traceback_limit, wsgi_file_wrapper, wsgi_multiprocess, wsgi_multithread, wsgi_run_once, wsgi_version

Method Details [hide private]

handle_error(self)

source code 
Log current error, and send error output to client if possible
Overrides: wsgiref.handlers.BaseHandler.handle_error
(inherited documentation)