public class DeleteRequest extends AsciiRequest<MemcacheStatus>
| Modifier and Type | Field and Description |
|---|---|
private static byte[] |
CMD_BYTES |
NEWLINE_BYTES, SPACE_BYTES| Constructor and Description |
|---|
DeleteRequest(String key,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(AsciiResponse response) |
io.netty.buffer.ByteBuf |
writeRequest(io.netty.buffer.ByteBufAllocator alloc,
ByteBuffer dst) |
handleencodeKeys, fail, getKey, getOpaque, succeed, toBuffer, toBufferpublic io.netty.buffer.ByteBuf writeRequest(io.netty.buffer.ByteBufAllocator alloc,
ByteBuffer dst)
writeRequest in class Request<MemcacheStatus>public void handle(AsciiResponse response) throws IOException
handle in class AsciiRequest<MemcacheStatus>IOExceptionCopyright © 2015 Spotify AB. All Rights Reserved.