class documentation

class ThreadedWSGIServer(socketserver.ThreadingMixIn, BaseWSGIServer):

View In Hierarchy

A WSGI server that does threading.
Class Variable daemon​_threads Undocumented
Class Variable multithread Undocumented

Inherited from BaseWSGIServer:

Method __init__ Undocumented
Method handle​_error Undocumented
Method log Undocumented
Method serve​_forever Undocumented
Class Variable multiprocess Undocumented
Instance Variable address​_family Undocumented
Instance Variable app Undocumented
Instance Variable host Undocumented
Instance Variable passthrough​_errors Undocumented
Instance Variable port Undocumented
Instance Variable server​_address Undocumented
Instance Variable shutdown​_signal Undocumented
Instance Variable socket Undocumented
Instance Variable ssl​_context Undocumented
daemon_threads: bool =

Undocumented

multithread: bool =