skadi-d ~master (2015-09-28T14:07:14Z)
Dub
Repo
Kernel
skadi
core
kernel
Undocumented in source.
final
class
Kernel {
URLRouter
router
;
HTTPServerSettings
settings
;
this
();
URLRouter
getRouter
();
HTTPServerSettings
getSettings
();
void
configureSettings
();
void
buildContainer
();
void
buildRouter
();
void
boot
();
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
boot
void
boot
()
Undocumented in source. Be warned that the author may not have intended to support it.
buildContainer
void
buildContainer
()
Register our services.
buildRouter
void
buildRouter
()
Undocumented in source. Be warned that the author may not have intended to support it.
configureSettings
void
configureSettings
()
Configure Http Settings settings
getRouter
URLRouter
getRouter
()
Undocumented in source. Be warned that the author may not have intended to support it.
getSettings
HTTPServerSettings
getSettings
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
router
URLRouter
router
;
Undocumented in source.
settings
HTTPServerSettings
settings
;
Undocumented in source.
Meta
Source
See Implementation
skadi
core
kernel
classes
Kernel
manifest constants
bindAddresses
port
variables
namespaces
services