gh-pages / com.nextfaze.devfun.httpd / HttpDRouter
HttpDRouter
class HttpDRouter : RouterNanoHTTPD (source)
Constructors
| Name | Summary |
|---|---|
| <init> | HttpDRouter(context: Context, port: Int) |
Functions
| Name | Summary |
|---|---|
| addMappings | fun addMappings(): Unit |
| start | fun start(): UnitStart the HTTPD server. fun start(timeout: Int, daemon: Boolean): Unit |
| stop | fun stop(): UnitStop the HTTPD server. |