class documentation

class TimeoutFactory(WrappingFactory): (source)

View In Hierarchy

Factory for TimeoutWrapper.

Method __init__ Undocumented
Instance Variable timeoutPeriod Undocumented
Method buildProtocol Undocumented
Method callLater Wrapper around reactor.callLater for test purpose.

Inherited from WrappingFactory:

Instance Variable wrappedFactory Undocumented
Instance Variable protocols Undocumented
Method logPrefix Generate a log prefix mentioning both the wrapped factory and this one.
Method doStart Undocumented
Method doStop Undocumented
Method startedConnecting Undocumented
Method clientConnectionFailed Undocumented
Method clientConnectionLost Undocumented
Method registerProtocol Called by protocol to register itself.
Method unregisterProtocol Called by protocols when they go away.
def __init__(self, wrappedFactory, timeoutPeriod=(30 * 60)): (source)
timeoutPeriod = (source)

Undocumented

def buildProtocol(self, addr): (source)
def callLater(self, period, func): (source)

Wrapper around reactor.callLater for test purpose.

API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.