Package net.rubyeye.xmemcached.codec
Class MemcachedDecoder
java.lang.Object
net.rubyeye.xmemcached.codec.MemcachedDecoder
- All Implemented Interfaces:
CodecFactory.Decoder
Memcached protocol decoder
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.slf4j.Logger
static final ByteBufferMatcher
shift-and algorithm for ByteBuffer's match -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
log
public static final org.slf4j.Logger log -
SPLIT_MATCHER
shift-and algorithm for ByteBuffer's match
-
-
Constructor Details
-
MemcachedDecoder
public MemcachedDecoder()
-
-
Method Details
-
decode
- Specified by:
decode
in interfaceCodecFactory.Decoder
-
decode0
-