gh-pages / com.nextfaze.devfun.httpd / DevHttpD
DevHttpD
class DevHttpD :
AbstractDevFunModule
(source)
Constructors
Name | Summary |
---|---|
<init> | DevHttpD() |
Properties
Name | Summary |
---|---|
nano | lateinit var nano: HttpDRouter |
Inherited Properties
Name | Summary |
---|---|
context | val context: Context Convenience delegate to DevFun.context. |
devFun | val devFun: DevFun Reference to owning DevFun instance. |
Functions
Name | Summary |
---|---|
dispose | fun dispose(): Unit Module cleanup. |
init | fun init(context: Context ): Unit Called upon initialize. |
Inherited Functions
Name | Summary |
---|---|
get | fun <T : Any > get(): T |
initialize | open fun initialize(devFun: DevFun ): Unit Module initialization. |
instanceOf | fun <T : Any > instanceOf(clazz: KClass <out T >): T |