Package flumotion :: Package admin :: Package assistant :: Module models :: Class HTTPServer
[hide private]

Class HTTPServer

source code

                 object --+    
                          |    
extern.log.log.Loggable --+    
                          |    
                  Component --+
                              |
                             HTTPServer

Instance Methods [hide private]
 
__init__(self, worker, mountPoint)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from Component: __eq__, __ne__, __repr__, addPlug, delPlug, getEaters, getFeederName, getPlugs, getProperties, getWorker, link, unlink, validate

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

Inherited from extern.log.log.Loggable: __providedBy__, __provides__, debug, doLog, error, info, log, logFunction, logObjectName, warning, warningFailure, writeMarker

Class Variables [hide private]
  componentType = 'http-server'
the type of the component, such as ogg-muxer, this is not mandatory in the class, can also be set in the instance.
  isAtmosphereComponent = True
if this component should live in the atmosphere instead of in a flow

Inherited from Component: eaterType, feederType

Inherited from extern.log.log.Loggable: __implemented__, logCategory

Instance Variables [hide private]

Inherited from Component: exists, name

Properties [hide private]

Inherited from Component: component_type

Inherited from object: __class__

Method Details [hide private]

__init__(self, worker, mountPoint)
(Constructor)

source code 

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

Parameters:
  • mountPoint ()
Overrides: object.__init__