net.rubyeye.xmemcached.codec
Class MemcachedCodecFactory

java.lang.Object
  extended by net.rubyeye.xmemcached.codec.MemcachedCodecFactory
Type Parameters:
Command -
All Implemented Interfaces:
CodecFactory

public class MemcachedCodecFactory
extends java.lang.Object
implements CodecFactory

Memcached protocol codec factory

Author:
dennis

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.code.yanf4j.core.CodecFactory
CodecFactory.Decoder, CodecFactory.Encoder
 
Constructor Summary
MemcachedCodecFactory()
           
 
Method Summary
 CodecFactory.Decoder getDecoder()
          return the memcached protocol decoder
 CodecFactory.Encoder getEncoder()
          return the memcached protocol encoder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemcachedCodecFactory

public MemcachedCodecFactory()
Method Detail

getDecoder

public final CodecFactory.Decoder getDecoder()
return the memcached protocol decoder

Specified by:
getDecoder in interface CodecFactory

getEncoder

public final CodecFactory.Encoder getEncoder()
return the memcached protocol encoder

Specified by:
getEncoder in interface CodecFactory


Copyright © 2011. All Rights Reserved.