class documentation

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.
Instance Variable someString Undocumented
def __init__(self, someString): (source)

Undocumented

def __repr__(self): (source)

Undocumented

Returns
strUndocumented
def connect(self, factory): (source)

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

Parameters
factoryUndocumented
protocolFactoryA provider of IProtocolFactory
Returns
A Deferred that results in an IProtocol upon successful connection otherwise a Failure wrapping ConnectError or NoProtocol.
someString = (source)

Undocumented