Package flumotion :: Package component :: Package common :: Package fgdp :: Module protocol :: Class FGDPClientFactory
[hide private]

Class FGDPClientFactory

source code

twisted.internet.protocol.ReconnectingClientFactory --+
                                                      |
                            extern.log.log.Loggable --+
                                                      |
                                                     FGDPClientFactory

Instance Methods [hide private]
 
__init__(self, gstElement) source code
 
_setProtocol(self, version) source code
 
buildProtocol(self, addr) source code
 
retry(self, connector=None) source code

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

Class Variables [hide private]
  logCategory = 'fgdp-client'
Implementors can provide a category to log their messages under.
  _supportedVersions = ['0.1']

Inherited from extern.log.log.Loggable: __implemented__