twisted.application.internet._DisconnectFactory(object) class documentationtwisted.application.internet
(View In Hierarchy)
A _DisconnectFactory
is a proxy for IProtocolFactory
that catches connectionLost notifications and relays them.
| Method | __init__ | Undocumented | 
| Method | buildProtocol | Create a _ReconnectingProtocolProxywith the disconnect-notification callback we were called with. | 
| Method | __getattr__ | Undocumented | 
| Method | __repr__ | Undocumented | 
Create a _ReconnectingProtocolProxy
with the disconnect-notification callback we were called with.
| Parameters | addr | The address the connection is coming from. | 
| Returns | a _ReconnectingProtocolProxyfor a protocol produced byself._protocolFactory | |