Part of twisted.internet.interfaces View Source View In Hierarchy
ClientFactory
can connect to. For example, a remote TCP host/port pair would be a TCP
client endpoint.Present Since | 10.1 |
Method | connect | Connect the protocolFactory to the location specified by
this IStreamClientEndpoint
provider. |
protocolFactory
to the location specified by
this IStreamClientEndpoint
provider.Parameters | protocolFactory | A provider of IProtocolFactory |
Returns | A Deferred
that results in an IProtocol
upon successful connection otherwise a ConnectError |