net.metanotion.rpc
Class RPCDecoder

java.lang.Object
  extended by CumulativeProtocolDecoder
      extended by net.metanotion.rpc.RPCDecoder

public final class RPCDecoder
extends CumulativeProtocolDecoder


Constructor Summary
RPCDecoder(java.util.Map<ProtocolVersion,Dispatcher<?,byte[]>> dispatchers, int maxMessageSize)
           
 
Method Summary
protected  boolean doDecode(IoSession session, IoBuffer in, ProtocolDecoderOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RPCDecoder

public RPCDecoder(java.util.Map<ProtocolVersion,Dispatcher<?,byte[]>> dispatchers,
                  int maxMessageSize)
Method Detail

doDecode

protected boolean doDecode(IoSession session,
                           IoBuffer in,
                           ProtocolDecoderOutput out)
                    throws java.lang.Exception
Throws:
java.lang.Exception