Package net.rubyeye.xmemcached.codec
Class MemcachedDecoder
- java.lang.Object
-
- net.rubyeye.xmemcached.codec.MemcachedDecoder
-
- All Implemented Interfaces:
CodecFactory.Decoder
public class MemcachedDecoder extends Object implements CodecFactory.Decoder
Memcached protocol decoder- Author:
- dennis
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.Loggerlogstatic ByteBufferMatcherSPLIT_MATCHERshift-and algorithm for ByteBuffer's match
-
Constructor Summary
Constructors Constructor Description MemcachedDecoder()
-
-
-
Field Detail
-
log
public static final org.slf4j.Logger log
-
SPLIT_MATCHER
public static final ByteBufferMatcher SPLIT_MATCHER
shift-and algorithm for ByteBuffer's match
-
-
Method Detail
-
decode
public Object decode(IoBuffer buffer, Session origSession)
- Specified by:
decodein interfaceCodecFactory.Decoder
-
-