public static class NanoHTTPD.DefaultAsyncRunner extends Object implements NanoHTTPD.AsyncRunner
| Modifier and Type | Field and Description |
|---|---|
protected long |
requestCount |
protected List<NanoHTTPD.ClientHandler> |
running |
| Constructor and Description |
|---|
DefaultAsyncRunner() |
| Modifier and Type | Method and Description |
|---|---|
void |
closeAll() |
void |
closed(NanoHTTPD.ClientHandler clientHandler) |
void |
exec(NanoHTTPD.ClientHandler clientHandler) |
List<NanoHTTPD.ClientHandler> |
getRunning() |
protected final List<NanoHTTPD.ClientHandler> running
protected long requestCount
public List<NanoHTTPD.ClientHandler> getRunning()
public void closeAll()
closeAll in interface NanoHTTPD.AsyncRunnerpublic void closed(NanoHTTPD.ClientHandler clientHandler)
closed in interface NanoHTTPD.AsyncRunnerpublic void exec(NanoHTTPD.ClientHandler clientHandler)
exec in interface NanoHTTPD.AsyncRunnerCopyright © 2019 SimiaCryptus Software. All rights reserved.