Package cherrypy :: Module _cpwsgi_server :: Class CPWSGIServer
[hide private]
[frames] | no frames]

Class CPWSGIServer

source code

                   object --+    
                            |    
wsgiserver.CherryPyWSGIServer --+
                                |
                               CPWSGIServer

Wrapper for wsgiserver.CherryPyWSGIServer.

wsgiserver has been designed to not reference CherryPy in any way, so that it can be used in other frameworks and applications. Therefore, we wrap it here, so we can set our own mount points from cherrypy.tree and apply some attributes from config -> cherrypy.server -> wsgiserver.

Nested Classes [hide private]
  ConnectionClass
An HTTP connection (active socket).
Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from wsgiserver.CherryPyWSGIServer: __str__, bind, populate_ssl_environ, start, stop, tick

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

Class Variables [hide private]

Inherited from wsgiserver.CherryPyWSGIServer: environ, nodelay, protocol, ready, ssl_certificate, ssl_private_key, version

Properties [hide private]

Inherited from wsgiserver.CherryPyWSGIServer: bind_addr, interrupt, numthreads

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)