Part of twisted.internet.error View Source View In Hierarchy
Exception
that will be raised when an IStreamClientEndpoint
is cancelled before it connects.
Instance Variables | address | The IAddress
that is the destination of the cancelled IStreamClientEndpoint .
|
Method | __init__ |
Parameters | address | The IAddress
that is the destination of the IStreamClientEndpoint
that was cancelled.
|