Package flumotion :: Package twisted :: Module rtsp :: Class NoResource
[hide private]

Class NoResource

source code

  web.resource.Resource --+        
                          |        
extern.log.log.Loggable --+        
                          |        
               RTSPResource --+    
                              |    
                  ErrorResource --+
                                  |
                                 NoResource

Instance Methods [hide private]
 
__init__(self, message=None) source code

Inherited from ErrorResource: getChild, render, render_GET

Inherited from RTSPResource: getChildWithDefault, noputChild, render_start, render_startCSeqDate

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

Class Variables [hide private]

Inherited from RTSPResource: logCategory

Instance Variables [hide private]

Inherited from RTSPResource: allowedMethods

Method Details [hide private]

__init__(self, message=None)
(Constructor)

source code 
Overrides: ErrorResource.__init__