
Public Member Functions | |
| def | __init__ |
| def | handle_stream |
| def | stop |
Public Attributes | |
| port | |
| streams | |
Definition at line 35 of file tcpclient_test.py.
| def tornado.test.tcpclient_test.TestTCPServer.__init__ | ( | self, | |
| family | |||
| ) |
Definition at line 36 of file tcpclient_test.py.
| def tornado.test.tcpclient_test.TestTCPServer.handle_stream | ( | self, | |
| stream, | |||
| address | |||
| ) |
Override to handle a new `.IOStream` from an incoming connection.
Reimplemented from tornado.tcpserver.TCPServer.
Definition at line 43 of file tcpclient_test.py.
| def tornado.test.tcpclient_test.TestTCPServer.stop | ( | self | ) |
Stops listening for new connections. Requests currently in progress may still continue after the server is stopped.
Reimplemented from tornado.tcpserver.TCPServer.
Definition at line 46 of file tcpclient_test.py.
Definition at line 36 of file tcpclient_test.py.
Definition at line 36 of file tcpclient_test.py.