Package buildbot :: Package changes :: Module freshcvs :: Class FreshCVSConnectionFactory
[frames] | no frames]

Class FreshCVSConnectionFactory

source code

          twisted.internet.protocol.Factory --+            
                                              |            
        twisted.internet.protocol.ClientFactory --+        
                                                  |        
                  twisted.spread.pb.PBClientFactory --+    
                                                      |    
          twisted.internet.protocol.Factory --+       |    
                                              |       |    
        twisted.internet.protocol.ClientFactory --+   |    
                                                  |   |    
twisted.internet.protocol.ReconnectingClientFactory --+    
                                                      |    
                     pbutil.ReconnectingPBClientFactory --+
                                                          |
                                                         FreshCVSConnectionFactory

Nested Classes

Inherited from twisted.spread.pb.PBClientFactory: protocol

Instance Methods
 
gotPerspective(self, perspective)
The remote avatar or perspective (obtained each time this factory connects) is now available.
source code
 
clientConnectionLost(self, connector, reason)
Reconnecting subclasses should call with reconnecting=1.
source code

Inherited from pbutil.ReconnectingPBClientFactory: __init__, clientConnectionFailed, clientConnectionMade, doGetPerspective, doLogin, failedToGetPerspective, getPerspective, gotRootObject, login, startGettingPerspective, startLogin

Inherited from twisted.spread.pb.PBClientFactory: buildProtocol, disconnect, getRootObject

Inherited from twisted.internet.protocol.ClientFactory: startedConnecting

Inherited from twisted.internet.protocol.Factory: __providedBy__, doStart, doStop, startFactory, stopFactory

Inherited from twisted.internet.protocol.ReconnectingClientFactory: __getstate__, resetDelay, retry, stopTrying

Class Variables

Inherited from twisted.spread.pb.PBClientFactory: unsafeTracebacks

Inherited from twisted.internet.protocol.Factory: __implemented__, __provides__, noisy, numPorts

Inherited from twisted.internet.protocol.ReconnectingClientFactory: connector, continueTrying, delay, maxRetries, retries

Instance Variables

Inherited from twisted.internet.protocol.ReconnectingClientFactory: clock, factor, initialDelay, jitter, maxDelay

Method Details

gotPerspective(self, perspective)

source code 

The remote avatar or perspective (obtained each time this factory connects) is now available.

Overrides: pbutil.ReconnectingPBClientFactory.gotPerspective
(inherited documentation)

clientConnectionLost(self, connector, reason)

source code 

Reconnecting subclasses should call with reconnecting=1.

Overrides: twisted.internet.protocol.ReconnectingClientFactory.clientConnectionLost