Http4kWsChannelHandler

class Http4kWsChannelHandler(wSocket: WsConsumer, appExecutor: Executor, bufferCapacity: Int, lowWaterMark: Float = 0.5f, outgoingFrameSize: Int = 64 * 1024) : SimpleChannelInboundHandler<WebSocketFrame> (source)

Constructors

Link copied to clipboard
constructor(wSocket: WsConsumer, appExecutor: Executor, bufferCapacity: Int, lowWaterMark: Float = 0.5f, outgoingFrameSize: Int = 64 * 1024)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open fun channelActive(ctx: ChannelHandlerContext?)
Link copied to clipboard
open fun channelInactive(ctx: ChannelHandlerContext?)
Link copied to clipboard
open fun channelRead(ctx: ChannelHandlerContext?, msg: Any?)
Link copied to clipboard
open fun channelReadComplete(ctx: ChannelHandlerContext?)
Link copied to clipboard
open fun channelRegistered(ctx: ChannelHandlerContext?)
Link copied to clipboard
open fun channelUnregistered(ctx: ChannelHandlerContext?)
Link copied to clipboard
open fun channelWritabilityChanged(ctx: ChannelHandlerContext?)
Link copied to clipboard
open override fun exceptionCaught(ctx: ChannelHandlerContext, cause: Throwable)
Link copied to clipboard
open override fun handlerAdded(ctx: ChannelHandlerContext)
Link copied to clipboard
open override fun handlerRemoved(ctx: ChannelHandlerContext)
Link copied to clipboard
open fun userEventTriggered(ctx: ChannelHandlerContext?, evt: Any?)