BinaryMemcacheRequest
and BinaryMemcacheResponse
.AbstractBinaryMemcacheDecoder
with default settings.AbstractBinaryMemcacheDecoder
with custom settings.MessageToByteEncoder
that encodes binary memcache messages into bytes.BinaryMemcacheMessage
.MemcacheObject
implementation.ChannelHandler
that aggregates an MemcacheMessage
and its following MemcacheContent
s into a single MemcacheMessage
with
no following MemcacheContent
s.AbstractMemcacheObjectEncoder
that encodes MemcacheMessage
s.BinaryMemcacheClientCodec
with the default settings applied.BinaryMemcacheClientCodec
and set a custom chunk size.BinaryMemcacheClientCodec
with custom settings.BinaryMemcacheRequest
and BinaryMemcacheResponse
.BinaryMemcacheMessage
.BinaryMemcacheRequest
, which contains the header and optional key and extras.BinaryMemcacheResponse
, which contains the header and optional key and extras.BinaryMemcacheResponse
can return.BinaryMemcacheMessage
.BinaryMemcacheRequest
.DefaultBinaryMemcacheRequest
with the header only.DefaultBinaryMemcacheRequest
with the header and key.DefaultBinaryMemcacheRequest
with the header only.BinaryMemcacheResponse
.DefaultBinaryMemcacheResponse
with the header only.DefaultBinaryMemcacheResponse
with the header and key.DefaultBinaryMemcacheResponse
with the header, key and extras.FullBinaryMemcacheRequest
.DefaultBinaryMemcacheRequest
with the header, key and extras.DefaultBinaryMemcacheRequest
with the header, key, extras and content.FullBinaryMemcacheResponse
.DefaultFullBinaryMemcacheResponse
with the header, key and extras.DefaultFullBinaryMemcacheResponse
with the header, key, extras and content.LastMemcacheContent
.MemcacheContent
implementation.MemcacheMessage
and encode it into a writable ByteBuf
.ByteBuf
representation of the optional extras.BinaryMemcacheRequest
that also includes the content.BinaryMemcacheResponse
that also includes the content.MemcacheMessage
and LastMemcacheContent
into one
message.MemcacheContent
which signals the end of the content batch.MemcacheObject
implementations.1
.increment
.1
.increment
.Copyright © 2008–2018 The Netty Project. All rights reserved.