net.rubyeye.xmemcached.codec
Class MemcachedDecoder

java.lang.Object
  extended by net.rubyeye.xmemcached.codec.MemcachedDecoder
All Implemented Interfaces:
CodecFactory.Decoder

public class MemcachedDecoder
extends java.lang.Object
implements CodecFactory.Decoder

Memcached protocol decoder

Author:
dennis

Field Summary
static org.slf4j.Logger log
           
static ByteBufferMatcher SPLIT_MATCHER
          shift-and algorithm for ByteBuffer's match
 
Constructor Summary
MemcachedDecoder()
           
 
Method Summary
 java.lang.Object decode(IoBuffer buffer, Session origSession)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

Constructor Detail

MemcachedDecoder

public MemcachedDecoder()
Method Detail

decode

public java.lang.Object decode(IoBuffer buffer,
                               Session origSession)
Specified by:
decode in interface CodecFactory.Decoder


Copyright © 2011. All Rights Reserved.