Part of bzrlib.tests.test_server View In Hierarchy
Known subclasses: bzrlib.tests.http_server.TestingThreadingHTTPServer, bzrlib.tests.stub_sftp.TestingSFTPServer, bzrlib.tests.test_server.TestingSmartServer
| Method | __init__ | Undocumented |
| Method | get_request | Get the request and client address from the socket. |
| Method | process_request_thread | Undocumented |
| Method | process_request | Start a new thread to process the request. |
| Method | shutdown_client | Undocumented |
| Method | set_ignored_exceptions | Undocumented |
| Method | _pending_exception | Raise server uncaught exception. |
Inherited from TestingTCPServerMixin:
| Method | server_bind | Undocumented |
| Method | serve | Undocumented |
| Method | handle_request | Handle one request. |
| Method | verify_request | Verify the request. |
| Method | handle_error | Undocumented |
| Method | ignored_exceptions_during_shutdown | Undocumented |
| Method | stop_client_connections | Undocumented |
| Method | shutdown_socket | Properly shutdown a socket. |