HttpServerSettings

constructor(    bindAddress: InetAddress = InetAddress.getLoopbackAddress(),     bindPort: Int = 2010,     contextPath: String = "",     protocol: HttpProtocol = HTTP,     sslSettings: SslSettings? = null,     banner: String? = HttpServer.banner,     zip: Boolean = false)