Package cherrypy :: Package wsgiserver :: Module wsgiserver2 :: Class CherryPyWSGIServer
[hide private]
[frames] | no frames]

Class CherryPyWSGIServer

source code

object --+    
         |    
HTTPServer --+
             |
            CherryPyWSGIServer
Known Subclasses:

A subclass of HTTPServer which calls a WSGI application.

Nested Classes [hide private]

Inherited from HTTPServer: ConnectionClass

Instance Methods [hide private]
 
__init__(self, bind_addr, wsgi_app, numthreads=10, server_name=None, max=-1, request_queue_size=5, timeout=10, shutdown_timeout=5)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
_get_numthreads(self) source code
 
_set_numthreads(self, value) source code

Inherited from HTTPServer: __str__, bind, clear_stats, error_log, runtime, start, stop, tick

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]
  wsgi_version = (1, 0)
The version of WSGI to produce.

Inherited from HTTPServer: gateway, max_request_body_size, max_request_header_size, maxthreads, minthreads, nodelay, protocol, ready, request_queue_size, server_name, shutdown_timeout, software, ssl_adapter, timeout, version

Inherited from HTTPServer (private): _bind_addr, _interrupt

Properties [hide private]
  numthreads

Inherited from HTTPServer: bind_addr, interrupt

Inherited from object: __class__

Method Details [hide private]

__init__(self, bind_addr, wsgi_app, numthreads=10, server_name=None, max=-1, request_queue_size=5, timeout=10, shutdown_timeout=5)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

numthreads

Get Method:
_get_numthreads(self)
Set Method:
_set_numthreads(self, value)