public class MongoWireProtocolHandler
extends io.netty.handler.codec.LengthFieldBasedFrameDecoder
Modifier and Type | Field and Description |
---|---|
static int |
MAX_MESSAGE_SIZE_BYTES |
Constructor and Description |
---|
MongoWireProtocolHandler() |
Modifier and Type | Method and Description |
---|---|
protected ClientRequest |
decode(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf buf) |
decode, extractFrame, getUnadjustedFrameLength
actualReadableBytes, callDecode, channelInactive, channelRead, channelReadComplete, decodeLast, handlerRemoved, handlerRemoved0, internalBuffer, isSingleDecode, setSingleDecode
channelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
public static final int MAX_MESSAGE_SIZE_BYTES
protected ClientRequest decode(io.netty.channel.ChannelHandlerContext ctx, io.netty.buffer.ByteBuf buf) throws java.lang.Exception
decode
in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
java.lang.Exception