Part of Proxy View In Hierarchy
HTTPServer class that implements threading and a read/write timeout.
Split Table into Classes Show Methods in One Table
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 710 | Method | process_request | Undocumented |
| 714 | Method | open_logs | Undocumented |
| 735 | Method | log_access | Undocumented |
| 738 | Method | log_error | Undocumented |
Inherited from ThreadPoolMixIn:
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 23 | Method | serve_forever | Handle one request at a time until doomsday. |
| 44 | Method | process_request_thread | obtain request from queue instead of directly from server socket |
| 51 | Method | handle_request | simply collect requests and put them on the queue for the workers. |
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 51 | Method | handle_request | simply collect requests and put them on the queue for the workers. |
| 735 | Method | log_access | Undocumented |
| 738 | Method | log_error | Undocumented |
| 714 | Method | open_logs | Undocumented |
| 710 | Method | process_request | Undocumented |
| 44 | Method | process_request_thread | obtain request from queue instead of directly from server socket |
| 23 | Method | serve_forever | Handle one request at a time until doomsday. |