Implements interfaces: twisted.internet.interfaces.IStreamClientEndpoint

An endpoint that does not connect anywhere

Method __init__ Undocumented
Method __repr__ Undocumented
Method connect Connect the protocolFactory to the location specified by this IStreamClientEndpoint provider.
def __init__(self, someString):
Undocumented
def __repr__(self):
Undocumented
def connect(self, factory):

Connect the protocolFactory to the location specified by this IStreamClientEndpoint provider.

ParametersprotocolFactoryA provider of IProtocolFactory
ReturnsA Deferred that results in an IProtocol upon successful connection otherwise a Failure wrapping ConnectError or NoProtocol.
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.