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)