|
__init__(self,
buildmaster_host,
port,
keepaliveInterval,
keepaliveTimeout,
maxDelay) |
source code
|
|
|
|
|
gotPerspective(self,
perspective)
The remote avatar or perspective (obtained each time this factory
connects) is now available. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from pbutil.ReconnectingPBClientFactory :
clientConnectionMade ,
doLogin ,
failedToGetPerspective ,
gotRootObject ,
login ,
startHungConnectionTimer ,
startLogin ,
stopHungConnectionTimer
Inherited from twisted.spread.pb.PBClientFactory :
buildProtocol ,
disconnect ,
getRootObject
Inherited from twisted.internet.protocol.Factory :
__providedBy__ ,
doStart ,
doStop ,
startFactory
Inherited from twisted.internet.protocol.ReconnectingClientFactory :
__getstate__ ,
resetDelay ,
retry ,
stopTrying
|
|
keepaliveInterval = None
hash(x)
|
|
keepaliveTimeout = 30
|
|
maxDelay = 300
Maximum number of seconds between connection attempts.
|
|
keepaliveTimer = None
hash(x)
|
|
activityTimer = None
hash(x)
|
|
lastActivity = 0
|
|
unsafeTracebacks = 1
|
|
perspective = None
hash(x)
|
Inherited from pbutil.ReconnectingPBClientFactory :
HUNG_CONNECTION_TIMEOUT ,
hungConnectionTimer
Inherited from twisted.internet.protocol.Factory :
__implemented__ ,
__provides__ ,
noisy ,
numPorts
Inherited from twisted.internet.protocol.ReconnectingClientFactory :
connector ,
continueTrying ,
delay ,
maxRetries ,
retries
|