Uses of Interface
fi.iki.elonen.NanoHTTPD.AsyncRunner
-
Packages that use NanoHTTPD.AsyncRunner Package Description fi.iki.elonen -
-
Uses of NanoHTTPD.AsyncRunner in fi.iki.elonen
Classes in fi.iki.elonen that implement NanoHTTPD.AsyncRunner Modifier and Type Class Description static class
NanoHTTPD.DefaultAsyncRunner
Default threading strategy for NanoHTTPD.Fields in fi.iki.elonen declared as NanoHTTPD.AsyncRunner Modifier and Type Field Description protected NanoHTTPD.AsyncRunner
NanoHTTPD. asyncRunner
Pluggable strategy for asynchronously executing requests.Methods in fi.iki.elonen with parameters of type NanoHTTPD.AsyncRunner Modifier and Type Method Description void
NanoHTTPD. setAsyncRunner(NanoHTTPD.AsyncRunner asyncRunner)
Pluggable strategy for asynchronously executing requests.
-