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

Class FileSystemWorker

source code

        object --+            
                 |            
threading._Verbose --+        
                     |        
      threading.Thread --+    
                         |    
                    Worker --+
                             |
                            FileSystemWorker

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
Builds some instance variables that will last the life of the thread.
source code
 
serve_file(self, filepath, headers) source code
 
serve_dir(self, pth, rpth) source code
 
run_app(self, conn) source code

Inherited from Worker: read_headers, read_request_line, run, send_response

Inherited from Worker (private): _handleError, _read_request_line_jython

Inherited from threading.Thread: __repr__, getName, isAlive, isDaemon, join, setDaemon, setName, start

Inherited from threading.Thread (private): _set_daemon

Inherited from threading._Verbose (private): _note

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

source code 
Builds some instance variables that will last the life of the thread.
Overrides: Worker.__init__

run_app(self, conn)

source code 
Overrides: Worker.run_app