u.t.UDPLogClientFactory(protocol.ReconnectingClientFactory) : class documentation

Part of udplog.twisted View Source View In Hierarchy

Reconnecting client factory that resets retry delay upon connecting.

Line # Kind Name Docs
360 Method __init__ Initialize the factory.
376 Method buildProtocol Create a protocol and reset the retry delay.
def __init__(self, protocolClass, *args, **kwargs): (source)

Initialize the factory.

ParametersprotocolClassThe class to build a protocol with. (type: twisted.internet.interfaces.IProtocol provider.)
maxDelayMaximum number of seconds between connection attempts. (type: float.)
def buildProtocol(self, addr): (source)

Create a protocol and reset the retry delay.

API Documentation for udplog, generated by pydoctor at 2014-02-17 15:26:29.