dango v0.2.1 (2020-04-23T18:11:26Z)
Dub
Repo
ServerFactory
dango
inject
factory
Undocumented in source.
version(unittest)
class
ServerFactory : ComponentFactory!(Server, string, ushort) {
Server
createComponent
(string host, ushort port);
}
Members
Functions
createComponent
Server
createComponent
(string host, ushort port)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dango
inject
factory
classes
HTTPServer
ServerFactory
functions
createComponentByCtor
interfaces
ComponentFactory
Server
templates
ComponentFactoryCtor
WrapDependencyFactory