Package flumotion :: Package component :: Package plugs :: Package cortado :: Module wizard_gtk :: Class CortadoHTTPServer
[hide private]

Class CortadoHTTPServer

source code

                      object --+        
                               |        
     extern.log.log.Loggable --+        
                               |        
admin.assistant.models.Component --+    
                                   |    
   admin.assistant.models.HTTPServer --+
                                       |
                                      CortadoHTTPServer

I am a model representing the configuration file for a HTTP server component which will be used to serve a cortado java applet. Most of the interesting logic here is actually in a plug.

Instance Methods [hide private]
 
__init__(self, streamer, audioProducer, videoProducer, mountPoint)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
getCodebase(self)
Returns the base of directory of the applet
source code
 
getProperties(self) source code

Inherited from admin.assistant.models.Component: __eq__, __ne__, __repr__, addPlug, delPlug, getEaters, getFeederName, getPlugs, 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.

Inherited from admin.assistant.models.HTTPServer: isAtmosphereComponent

Inherited from admin.assistant.models.Component: eaterType, feederType

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

Instance Variables [hide private]

Inherited from admin.assistant.models.Component: exists, name

Properties [hide private]

Inherited from admin.assistant.models.Component: component_type

Inherited from object: __class__

Method Details [hide private]

__init__(self, streamer, audioProducer, videoProducer, mountPoint)
(Constructor)

source code 

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

Parameters:
Overrides: object.__init__

getCodebase(self)

source code 

Returns the base of directory of the applet

Returns:
directory

getProperties(self)

source code 
Overrides: admin.assistant.models.Component.getProperties