org.infinispan.server.memcached.transport
Class TextDecoder
java.lang.Object
org.infinispan.server.memcached.transport.TextDecoder
- All Implemented Interfaces:
- Decoder<TextDecoder.State>
public class TextDecoder
- extends Object
- implements Decoder<TextDecoder.State>
// TODO: Document this
- Since:
- 4.1
- Author:
- Galder ZamarreƱo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextDecoder
public TextDecoder(Cache<String,Value> cache,
InterceptorChain chain,
ScheduledExecutorService scheduler)
setCheckpointer
public void setCheckpointer(Decoder.Checkpointer checkpointer)
decode
public Object decode(ChannelHandlerContext ctx,
ChannelBuffer buffer,
TextDecoder.State state)
throws Exception
- Specified by:
decode
in interface Decoder<TextDecoder.State>
- Throws:
Exception
exceptionCaught
public void exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e)
throws Exception
- Specified by:
exceptionCaught
in interface Decoder<TextDecoder.State>
- Throws:
Exception
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.