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,
List<Object> out) |
private IOException |
fail(io.netty.buffer.ByteBuf buf,
String message) |
actualReadableBytes, callDecode, channelInactive, channelRead, channelReadComplete, decodeLast, handlerRemoved, handlerRemoved0, internalBuffer, isSingleDecode, setSingleDecodechannelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredprivate 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,
List<Object> out)
throws Exception
decode in class io.netty.handler.codec.ByteToMessageDecoderExceptionprivate IOException fail(io.netty.buffer.ByteBuf buf, String message)
Copyright © 2017 Spotify AB. All Rights Reserved.