module documentation
Implementation of twisted.application.internet.ClientService
, particularly its automat state machine.
Function | make |
Undocumented |
Type Variable | T |
Undocumented |
Variable |
|
Undocumented |
Class | _ |
No class docstring; 7/7 methods documented |
Class | _ |
Shared core for ClientService state machine. |
Class | _ |
A _DisconnectFactory is a proxy for IProtocolFactory that catches connectionLost notifications and relays them. |
Class | _ |
A proxy for a Protocol to provide connectionLost notification to a client connection service, in support of reconnecting when connections are lost. |
Function | _deinterface |
Remove the special runtime attributes set by implementer so that a class can proxy through those attributes with __getattr__ and thereby forward optionally-provided interfaces by the delegated class. |
Function | _maybe |
No summary |
Variable | _default |
Undocumented |
Remove the special runtime attributes set by implementer
so that a class can proxy through those attributes with __getattr__ and thereby forward optionally-provided interfaces by the delegated class.