Start the server. @throws IOException if the socket is in use.
()
| 2294 | * if the socket is in use. |
| 2295 | */ |
| 2296 | public void start() throws IOException { |
| 2297 | start(NanoHTTPD.SOCKET_READ_TIMEOUT); |
| 2298 | } |
| 2299 | |
| 2300 | /** |
| 2301 | * Starts the server (in setDaemon(true) mode). |