Stops the proxy server gracefully. @throws IOException if the stop request fails @throws InterruptedException if the request is interrupted
()
| 346 | * if the request is interrupted |
| 347 | */ |
| 348 | public void stop() throws IOException, InterruptedException { |
| 349 | stop(false); |
| 350 | } |
| 351 | |
| 352 | /** |
| 353 | * Stops the proxy server. |
no test coverage detected