Example #1
0
 def __init__(self, buildmaster_host, port, keepaliveInterval, maxDelay):
     ReconnectingPBClientFactory.__init__(self)
     self.maxDelay = maxDelay
     self.keepaliveInterval = keepaliveInterval
     # NOTE: this class does not actually make the TCP connections - this information is
     # only here to print useful error messages
     self.buildmaster_host = buildmaster_host
     self.port = port
Example #2
0
 def __init__(self, buildmaster_host, port, keepaliveInterval, maxDelay):
     ReconnectingPBClientFactory.__init__(self)
     self.maxDelay = maxDelay
     self.keepaliveInterval = keepaliveInterval
     # NOTE: this class does not actually make the TCP connections - this information is
     # only here to print useful error messages
     self.buildmaster_host = buildmaster_host
     self.port = port
Example #3
0
 def __init__(self, keepaliveInterval, keepaliveTimeout, maxDelay):
     ReconnectingPBClientFactory.__init__(self)
     self.maxDelay = maxDelay
     self.keepaliveInterval = keepaliveInterval
     self.keepaliveTimeout = keepaliveTimeout