twisted.application.test.test_internet.ConnectInformation(object)
class documentationtwisted.application.test.test_internet
(View In Hierarchy)
Information about endpointForTesting
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. |
Method | __init__ | Undocumented |
list
of IProtocolFactory
;
the ones actually passed to the underlying endpoint / i.e. the reactor.