org.infinispan.server.core.transport
Class NoStateDecoder
java.lang.Object
org.infinispan.server.core.transport.NoStateDecoder
- All Implemented Interfaces:
- Decoder<NoState>
public abstract class NoStateDecoder
- extends Object
- implements Decoder<NoState>
// TODO: Document this
- Author:
- Galder ZamarreƱo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoStateDecoder
public NoStateDecoder()
decode
public Object decode(ChannelHandlerContext ctx,
ChannelBuffer buffer,
NoState state)
throws Exception
- Specified by:
decode
in interface Decoder<NoState>
- Throws:
Exception
decode
public abstract Object decode(ChannelHandlerContext ctx,
ChannelBuffer buffer)
throws Exception
- Throws:
Exception
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.