api / org.gradle.plugins.javascript.envjs.http / HttpFileServer

HttpFileServer

interface HttpFileServer

Functions

getContentRoot

abstract fun getContentRoot(): File

getPort

abstract fun getPort(): Int

getResourceUrl

abstract fun getResourceUrl(path: String): String

stop

abstract fun stop(): Unit

Inheritors

SimpleHttpFileServer

open class SimpleHttpFileServer : HttpFileServer