Package-level declarations

Types

Link copied to clipboard
class Http4kChannelHandler(handler: HttpHandler) : SimpleChannelInboundHandler<FullHttpRequest>

Exposed to allow for insertion into a customised Netty server instance

Link copied to clipboard
class Http4kWsChannelHandler(wSocket: WsConsumer) : SimpleChannelInboundHandler<WebSocketFrame>
Link copied to clipboard
class Netty(val port: Int = 8000, val stopMode: ServerConfig.StopMode) : PolyServerConfig
Link copied to clipboard
class WebSocketServerHandler(wsHandler: WsHandler) : ChannelInboundHandlerAdapter