class documentation

class ConnectInformation: (source)

View In Hierarchy

Information about endpointForTesting

Method __init__ Undocumented
Instance Variable connectQueue a list of Deferred returned from connect. If these are not already fired, you can fire them with no value and they will trigger building a factory.
Instance Variable constructedProtocols a list of protocols constructed.
Instance Variable passedFactories a list of IProtocolFactory; the ones actually passed to the underlying endpoint / i.e. the reactor.
def __init__(self): (source)

Undocumented

connectQueue: list = (source)

a list of Deferred returned from connect. If these are not already fired, you can fire them with no value and they will trigger building a factory.

constructedProtocols: list = (source)

a list of protocols constructed.

passedFactories: list = (source)

a list of IProtocolFactory; the ones actually passed to the underlying endpoint / i.e. the reactor.