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

Interface AsyncRunner

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

Pluggable strategy for asynchronously executing requests.

Source from the content-addressed store, hash-verified

154 * Pluggable strategy for asynchronously executing requests.
155 */
156 public interface AsyncRunner {
157
158 void closeAll();
159
160 void closed(ClientHandler clientHandler);
161
162 void exec(ClientHandler code);
163 }
164
165 /**
166 * The runnable that will be used for every new client connection.

Callers 3

stopMethod · 0.65
runMethod · 0.65
runMethod · 0.65

Implementers 1

DefaultAsyncRunnercore/src/main/java/fi/iki/elonen/NanoH

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…