NettyHttpServer

constructor(    bossGroupThreads: Int = 1,     workerGroupThreads: Int = 0,     executor: Executor? = newVirtualThreadPerTaskExecutor(),     soBacklog: Int = 4 * 1_024,     soReuseAddr: Boolean = true,     soKeepAlive: Boolean = true,     shutdownQuietSeconds: Long = 0,     shutdownTimeoutSeconds: Long = 0,     keepAliveHandler: Boolean = true,     httpAggregatorHandler: Boolean = true,     chunkedHandler: Boolean = true,     enableWebsockets: Boolean = true)
constructor()