class documentation

TCP client endpoint with an IPv4 configuration.

Method __init__ No summary
Method connect Implement IStreamClientEndpoint.connect to connect via TCP.
Instance Variable _bindAddress Undocumented
Instance Variable _host Undocumented
Instance Variable _port Undocumented
Instance Variable _reactor Undocumented
Instance Variable _timeout Undocumented
def __init__(self, reactor: Any, host: str, port: int, timeout: float = 30, bindAddress: str | tuple[bytes | str, int] | None = None): (source)
Parameters
reactor:AnyAn IReactorTCP provider
host:strA hostname, used when connecting
port:intThe port number, used when connecting
timeout:float or intThe number of seconds to wait before assuming the connection has failed.
bindAddress:tupleA (host, port) tuple of local address to bind to, or None.
_bindAddress = (source)

Undocumented

Undocumented

Undocumented

_reactor = (source)

Undocumented

_timeout = (source)

Undocumented