Stop serving and also disconnects all currently connected clients.
(self)
| 323 | self.close() |
| 324 | |
| 325 | def close_all(self): |
| 326 | """Stop serving and also disconnects all currently connected |
| 327 | clients. |
| 328 | """ |
| 329 | return self.ioloop.close() |
| 330 | |
| 331 | |
| 332 | # =================================================================== |