class _ReconnectingProtocolProxy: (source)
| Method | __getattr__ |
Undocumented |
| Method | __init__ |
Create a _ReconnectingProtocolProxy. |
| Method | __repr__ |
Undocumented |
| Method | connectionLost |
The connection was lost. Relay this information. |
| Instance Variable | _lostNotification |
Undocumented |
| Instance Variable | _protocol |
Undocumented |
_ReconnectingProtocolProxy.| Parameters | |
protocol:provider of interfaces.IProtocol which may additionally provide interfaces.IHalfCloseableProtocol and interfaces.IFileDescriptorReceiver. | the application-provided interfaces.IProtocol provider. |
| lostNotification | a 1-argument callable to invoke with the reason when the connection is lost. |