public class BinaryMemcacheDecoder
extends io.netty.handler.codec.ByteToMessageDecoder
| Modifier and Type | Field and Description |
|---|---|
private static int |
BATCH_SIZE |
private static byte[] |
NO_BYTES |
private BinaryResponse |
replies |
| Constructor and Description |
|---|
BinaryMemcacheDecoder() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
decode(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf buf,
java.util.List<java.lang.Object> out) |
private java.io.IOException |
fail(io.netty.buffer.ByteBuf buf,
java.lang.String message) |
actualReadableBytes, callDecode, channelInactive, channelRead, channelReadComplete, decodeLast, discardSomeReadBytes, handlerRemoved, handlerRemoved0, internalBuffer, isSingleDecode, setCumulator, setDiscardAfterReads, setSingleDecode, userEventTriggeredchannelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaughtensureNotSharable, handlerAdded, isSharableprivate static final byte[] NO_BYTES
private static final int BATCH_SIZE
private BinaryResponse replies
protected void decode(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf buf,
java.util.List<java.lang.Object> out)
throws java.lang.Exception
decode in class io.netty.handler.codec.ByteToMessageDecoderjava.lang.Exceptionprivate java.io.IOException fail(io.netty.buffer.ByteBuf buf,
java.lang.String message)
Copyright © 2020 Spotify AB. All Rights Reserved.