twisted.internet.iocpreactor.tcp.Client(_BaseBaseClient, _BaseTCPClient, Connection)
class documentationtwisted.internet.iocpreactor.tcp
View Source
(View In Hierarchy)
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 ) |
True
, indicating that this is a client connection, and
by default when TLS is negotiated this class will act as a TLS client.
Create a socket registered with the IOCP reactor.
See Also | _BaseTCPClient |
Clean up potentially circular references to the socket and to its
getFileHandle
method.
See Also | _BaseBaseClient |
Remove the active handle from the reactor.
See Also | _BaseBaseClient |