Package web :: Package web :: Package wsgiserver :: Class CherryPyWSGIServer
[hide private]
[frames] | no frames]

Class CherryPyWSGIServer

source code

object --+    
         |    
HTTPServer --+
             |
            CherryPyWSGIServer

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 x.__class__.__doc__ for signature
source code
 
_get_numthreads(self) source code
 
_set_numthreads(self, value) source code

Inherited from HTTPServer: __str__, bind, 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, 1)

Inherited from HTTPServer: max_request_body_size, max_request_header_size, nodelay, protocol, ready, response_header, ssl_adapter, 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 x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

numthreads

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