Package web2py :: Package gluon :: Module rocket :: Class Rocket
[hide private]
[frames] | no frames]

Class Rocket

source code

object --+
         |
        Rocket

The Rocket class is responsible for handling threads and accepting and dispatching connections.

Instance Methods [hide private]
 
__init__(self, interfaces=('127.0.0.1', 8000), method='wsgi', app_info=1, min_threads=1, max_threads=1, queue_size=1, timeout=600, handle_signals=True)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_sigterm(self, signum, frame) source code
 
_sighup(self, signum, frame) source code
 
start(self) source code
 
stop(self, stoplogging=True) source code
 
restart(self) source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, interfaces=('127.0.0.1', 8000), method='wsgi', app_info=1, min_threads=1, max_threads=1, queue_size=1, timeout=600, handle_signals=True)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)