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: ContextConvenience delegate to DevFun.context. | 
| devFun | val devFun: DevFunReference to owning DevFun instance. | 
Functions
| Name | Summary | 
|---|---|
| dispose | fun dispose(): UnitModule cleanup. | 
| init | fun init(context: Context): UnitCalled upon initialize. | 
Inherited Functions
| Name | Summary | 
|---|---|
| get | fun <T : Any> get(): T | 
| initialize | open fun initialize(devFun: DevFun): UnitModule initialization. | 
| instanceOf | fun <T : Any> instanceOf(clazz: KClass<out T>): T |