new()
@:value("127.0.0.1")host:String = "127.0.0.1"
@:value(100)maxConnections:Int = 100
@:value(10)poolSize:Int = 10
@:value(1337)port:Int = 1337
@:value(false)ssl:Bool = false
@:value(function() -> @:implicitReturn return { })onStart:() ‑> Void = function() -> @:implicitReturn return { }