api

http4k / org.http4k.server / Netty

Netty

data class Netty : PolyServerConfig

Constructors

Name Summary
<init> Netty(port: Int = 8000)

Properties

Name Summary
port val port: Int

Functions

Name Summary
toServer fun toServer(httpHandler: HttpHandler?, wsHandler: WsHandler?, sse: SseHandler?): Http4kServer