A non-blocking TCP connection factory.
tornado.tcpclient.
TCPClient
(resolver=None, io_loop=None)A non-blocking TCP connection factory.
在 4.1 版更改: The io_loop
argument is deprecated.
connect
(*args, **kwargs)Connect to the given host and port.
Asynchronously returns an (or if ssl_options
is not None).