Package cherrypy :: Module _cpwsgi :: 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.

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

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

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

Class Variables [hide private]

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

Inherited from wsgiserver.CherryPyWSGIServer (private): _interrupt

Properties [hide private]

Inherited from wsgiserver.CherryPyWSGIServer: interrupt

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)