- All Implemented Interfaces:
Runnable
- Enclosing class:
NanoHTTPD
public class NanoHTTPD.ServerRunnable
extends Object
implements Runnable
The runnable that will be used for the main listening thread.
-
Field Summary
Fields
private boolean
private final int
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
timeout
private final int timeout
-
-
hasBinded
private boolean hasBinded
-
Constructor Details
-
ServerRunnable
public ServerRunnable(int timeout)
-
Method Details
-
run
public void run()
- Specified by:
run
in interface Runnable