org.infinispan.server.core.transport
Class NoStateDecoder

java.lang.Object
  extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.infinispan.server.core.transport.Decoder
Decoder.Checkpointer<T>
 
Constructor Summary
NoStateDecoder()
           
 
Method Summary
abstract  Object decode(ChannelHandlerContext ctx, ChannelBuffer buffer)
           
 Object decode(ChannelHandlerContext ctx, ChannelBuffer buffer, NoState state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.infinispan.server.core.transport.Decoder
exceptionCaught
 

Constructor Detail

NoStateDecoder

public NoStateDecoder()
Method Detail

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

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.