twisted.application.internet._ReconnectingProtocolProxy(object) class documentationtwisted.application.internet
(View In Hierarchy)
A proxy for a Protocol to provide connectionLost notification to a client connection service, in support of reconnecting when connections are lost.
| Method | __init__ | Create a _ReconnectingProtocolProxy. | 
| Method | connectionLost | The connection was lost. Relay this information. | 
| Method | __getattr__ | Undocumented | 
| Method | __repr__ | Undocumented | 
Create a _ReconnectingProtocolProxy.
| Parameters | protocol | the application-provided interfaces.IProtocolprovider. (type: provider ofinterfaces.IProtocolwhich may additionally provideinterfaces.IHalfCloseableProtocolandinterfaces.IFileDescriptorReceiver.) | 
| lostNotification | a 1-argument callable to invoke with the reasonwhen the 
connection is lost. |