Package fi.iki.elonen
Interface NanoHTTPD.AsyncRunner
- All Known Implementing Classes:
NanoHTTPD.DefaultAsyncRunner
- Enclosing class:
NanoHTTPD
public static interface NanoHTTPD.AsyncRunner
Pluggable strategy for asynchronously executing requests.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
closeAll()
void
closed
(NanoHTTPD.ClientHandler clientHandler) void
exec
(NanoHTTPD.ClientHandler code)
-
Method Details
-
closeAll
void closeAll() -
closed
-
exec
-