MCPcopy
hub / github.com/NanoHttpd/nanohttpd / start

Method start

core/src/main/java/fi/iki/elonen/NanoHTTPD.java:2296–2298  ·  view source on GitHub ↗

Start the server. @throws IOException if the socket is in use.

()

Source from the content-addressed store, hash-verified

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).

Callers 15

testMultipartFormDataMethod · 0.95
testTempFileInterfaceMethod · 0.95
setUpMethod · 0.80
createUriPatternMethod · 0.80
testManyRequestsMethod · 0.80
setUpMethod · 0.80
setUpMethod · 0.80
setUpMethod · 0.80
execMethod · 0.80
executeInstanceMethod · 0.80
setUpMethod · 0.80

Calls 3

createServerRunnableMethod · 0.95
createMethod · 0.65

Tested by 15

testMultipartFormDataMethod · 0.76
testTempFileInterfaceMethod · 0.76
setUpMethod · 0.64
testManyRequestsMethod · 0.64
setUpMethod · 0.64
setUpMethod · 0.64
setUpMethod · 0.64
setUpMethod · 0.64
testDirectoryArgumentMethod · 0.64
testWebsocketClientMethod · 0.64
setUpMethod · 0.64