api

http4k / org.http4k.server / Http4kChannelHandler

Http4kChannelHandler

class Http4kChannelHandler : SimpleChannelInboundHandler<FullHttpRequest>

Exposed to allow for insertion into a customised Netty server instance

Constructors

Name Summary
<init> Exposed to allow for insertion into a customised Netty server instanceHttp4kChannelHandler(handler: HttpHandler)

Functions

Name Summary
channelRead0 fun channelRead0(ctx: ChannelHandlerContext, request: FullHttpRequest): Unit