public class MemcacheEncoder extends io.netty.handler.codec.MessageToMessageEncoder<Request<?>>
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_ASCII_REQUEST |
static int |
MAX_BINARY_REQUEST |
static int |
MAX_KEY_LEN |
static int |
MAX_MULTIGET_SIZE |
static int |
MAX_REQUEST |
private java.nio.ByteBuffer |
workingBuffer |
| Constructor and Description |
|---|
MemcacheEncoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
encode(io.netty.channel.ChannelHandlerContext ctx,
Request<?> request,
java.util.List<java.lang.Object> out) |
acceptOutboundMessage, writebind, close, connect, deregister, disconnect, flush, readensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharablepublic static final int MAX_KEY_LEN
public static final int MAX_MULTIGET_SIZE
public static final int MAX_ASCII_REQUEST
public static final int MAX_BINARY_REQUEST
public static final int MAX_REQUEST
private final java.nio.ByteBuffer workingBuffer
Copyright © 2020 Spotify AB. All Rights Reserved.