Package wtf :: Package impl :: Module scgi :: Class SCGIServer
[hide private]
[frames] | no frames]

Class SCGIServer

source code

object --+
         |
        SCGIServer

SCGI server
Instance Methods [hide private]
 
__init__(self, config, opts, args)
Initialization
source code
 
handle(self, (sock, peername), application, flags)
Handle an accepted socket
source code

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

Class Variables [hide private]
  __implements__ = [<class 'wtf.impl.ServerInterface'>]
Instance Variables [hide private]
list args
Positioned command line arguments
wtf.config.Config config
Configuration
optparse.OptionContainer opts
Command line options
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, config, opts, args)
(Constructor)

source code 
Initialization
Overrides: object.__init__

handle(self, (sock, peername), application, flags)

source code 
Handle an accepted socket