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 classNanoHTTPD.DefaultAsyncRunnerDefault threading strategy for NanoHTTPD.Fields in fi.iki.elonen declared as NanoHTTPD.AsyncRunner Modifier and Type Field Description protected NanoHTTPD.AsyncRunnerNanoHTTPD. asyncRunnerPluggable strategy for asynchronously executing requests.Methods in fi.iki.elonen with parameters of type NanoHTTPD.AsyncRunner Modifier and Type Method Description voidNanoHTTPD. setAsyncRunner(NanoHTTPD.AsyncRunner asyncRunner)Pluggable strategy for asynchronously executing requests.
-