Method __init__ Undocumented
Method createInternetSocket Create a socket registered with the IOCP reactor.
Method cbConnect Undocumented
Method doConnect Undocumented
Instance Variable _tlsClientDefault Always True, indicating that this is a client connection, and by default when TLS is negotiated this class will act as a TLS client.
Method _collectSocketDetails Clean up potentially circular references to the socket and to its getFileHandle method.
Method _stopReadingAndWriting Remove the active handle from the reactor.

Inherited from _AbortingMixin (via Connection):

Method abortConnection Aborts the connection immediately, dropping any buffered data.
Instance Variable _aborting Set to True when abortConnection is called. (type: bool)

Inherited from _AbortingMixin (via Connection):

Method abortConnection Aborts the connection immediately, dropping any buffered data.
Instance Variable _aborting Set to True when abortConnection is called. (type: bool)

Inherited from _AbortingMixin (via Connection):

Method abortConnection Aborts the connection immediately, dropping any buffered data.
Instance Variable _aborting Set to True when abortConnection is called. (type: bool)

Inherited from _AbortingMixin (via Connection):

Method abortConnection Aborts the connection immediately, dropping any buffered data.
Instance Variable _aborting Set to True when abortConnection is called. (type: bool)

Inherited from _AbortingMixin (via Connection):

Method abortConnection Aborts the connection immediately, dropping any buffered data.
Instance Variable _aborting Set to True when abortConnection is called. (type: bool)

Inherited from _AbortingMixin (via Connection):

Method abortConnection Aborts the connection immediately, dropping any buffered data.
Instance Variable _aborting Set to True when abortConnection is called. (type: bool)

Inherited from _AbortingMixin (via Connection):

Method abortConnection Aborts the connection immediately, dropping any buffered data.
Instance Variable _aborting Set to True when abortConnection is called. (type: bool)

Inherited from _AbortingMixin (via Connection):

Method abortConnection Aborts the connection immediately, dropping any buffered data.
Instance Variable _aborting Set to True when abortConnection is called. (type: bool)
_tlsClientDefault =
Always True, indicating that this is a client connection, and by default when TLS is negotiated this class will act as a TLS client.
def __init__(self, host, port, bindAddress, connector, reactor): (source)
def createInternetSocket(self): (source)

Create a socket registered with the IOCP reactor.

See Also_BaseTCPClient
def _collectSocketDetails(self): (source)

Clean up potentially circular references to the socket and to its getFileHandle method.

See Also_BaseBaseClient
def _stopReadingAndWriting(self): (source)

Remove the active handle from the reactor.

See Also_BaseBaseClient
def cbConnect(self, rc, data, evt): (source)
Undocumented
def doConnect(self): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2019-08-06 12:10:50.