Searched defs:bindException (Results 1 - 1 of 1) sorted by relevance

/external/nanohttpd/core/src/main/java/fi/iki/elonen/
H A DNanoHTTPD.java1552 private IOException bindException; field in class:NanoHTTPD.ServerRunnable
1566 this.bindException = e;
2113 while (!serverRunnable.hasBinded && serverRunnable.bindException == null) {
2122 if (serverRunnable.bindException != null) {
2123 throw serverRunnable.bindException;

Completed in 374 milliseconds