Package org.redisson.client.handler
Class CommandDecoder
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.handler.codec.ByteToMessageDecoder
io.netty.handler.codec.ReplayingDecoder<State>
org.redisson.client.handler.CommandDecoder
- All Implemented Interfaces:
io.netty.channel.ChannelHandler,io.netty.channel.ChannelInboundHandler
- Direct Known Subclasses:
CommandPubSubDecoder
Redis protocol command decoder
- Author:
- Nikita Koksharov
-
Nested Class Summary
Nested classes/interfaces inherited from class io.netty.handler.codec.ByteToMessageDecoder
io.netty.handler.codec.ByteToMessageDecoder.CumulatorNested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable -
Field Summary
Fields inherited from class io.netty.handler.codec.ByteToMessageDecoder
COMPOSITE_CUMULATOR, MERGE_CUMULATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcompleteResponse(CommandData<Object, Object> data, Object result) protected voiddecode(io.netty.buffer.ByteBuf in, CommandData<Object, Object> data, List<Object> parts, io.netty.channel.Channel channel, boolean skipConvertor, List<CommandData<?, ?>> commandsData) protected final voidprotected voiddecodeCommand(io.netty.channel.Channel channel, io.netty.buffer.ByteBuf in, QueueCommand data, int endIndex) protected voiddecodeResult(CommandData<Object, Object> data, List<Object> parts, io.netty.channel.Channel channel, Object result) protected QueueCommandgetCommand(io.netty.channel.ChannelHandlerContext ctx) protected MultiDecoder<Object>messageDecoder(CommandData<Object, Object> data, List<Object> parts) selectDecoder(CommandData<Object, Object> data, List<Object> parts) protected voidsendNext(io.netty.channel.Channel channel) protected voidsendNext(io.netty.channel.Channel channel, QueueCommand data) protected intskipCommand(io.netty.buffer.ByteBuf in) protected voidskipDecode(io.netty.buffer.ByteBuf in) Methods inherited from class io.netty.handler.codec.ReplayingDecoder
callDecode, checkpoint, checkpoint, state, stateMethods inherited from class io.netty.handler.codec.ByteToMessageDecoder
actualReadableBytes, channelInactive, channelRead, channelReadComplete, decodeLast, discardSomeReadBytes, handlerRemoved, handlerRemoved0, internalBuffer, isSingleDecode, setCumulator, setDiscardAfterReads, setSingleDecode, userEventTriggeredMethods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaughtMethods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, handlerAdded, isSharableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.netty.channel.ChannelHandler
handlerAdded
-
Constructor Details
-
CommandDecoder
-
-
Method Details
-
getCommand
-
decode
protected final void decode(io.netty.channel.ChannelHandlerContext ctx, io.netty.buffer.ByteBuf in, List<Object> out) throws Exception - Specified by:
decodein classio.netty.handler.codec.ByteToMessageDecoder- Throws:
Exception
-
sendNext
-
skipCommand
- Throws:
Exception
-
skipDecode
- Throws:
IOException
-
decodeCommand
protected void decodeCommand(io.netty.channel.Channel channel, io.netty.buffer.ByteBuf in, QueueCommand data, int endIndex) throws Exception - Throws:
Exception
-
sendNext
protected void sendNext(io.netty.channel.Channel channel) -
decode
protected void decode(io.netty.buffer.ByteBuf in, CommandData<Object, Object> data, List<Object> parts, io.netty.channel.Channel channel, boolean skipConvertor, List<CommandData<?, throws IOException?>> commandsData) - Throws:
IOException
-
decodeResult
protected void decodeResult(CommandData<Object, Object> data, List<Object> parts, io.netty.channel.Channel channel, Object result) throws IOException- Throws:
IOException
-
completeResponse
-
messageDecoder
-
selectDecoder
-