
Public Member Functions | |
| def | handle_read |
| def | handle_stream |
Public Attributes | |
| stream | |
Definition at line 177 of file concurrent_test.py.
| def tornado.test.concurrent_test.CapServer.handle_read | ( | self, | |
| data | |||
| ) |
Definition at line 183 of file concurrent_test.py.
| def tornado.test.concurrent_test.CapServer.handle_stream | ( | self, | |
| stream, | |||
| address | |||
| ) |
Override to handle a new `.IOStream` from an incoming connection.
Reimplemented from tornado.tcpserver.TCPServer.
Definition at line 178 of file concurrent_test.py.
Definition at line 178 of file concurrent_test.py.