com.alipay.remoting.rpc.protocol
Class RpcCommandDecoderV2

java.lang.Object
  extended by com.alipay.remoting.rpc.protocol.RpcCommandDecoderV2
All Implemented Interfaces:
CommandDecoder

public class RpcCommandDecoderV2
extends Object
implements CommandDecoder

Command decoder for Rpc v2.


Constructor Summary
RpcCommandDecoderV2()
           
 
Method Summary
 void decode(io.netty.channel.ChannelHandlerContext ctx, io.netty.buffer.ByteBuf in, List<Object> out)
          Decode bytes into object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RpcCommandDecoderV2

public RpcCommandDecoderV2()
Method Detail

decode

public void decode(io.netty.channel.ChannelHandlerContext ctx,
                   io.netty.buffer.ByteBuf in,
                   List<Object> out)
            throws Exception
Description copied from interface: CommandDecoder
Decode bytes into object.

Specified by:
decode in interface CommandDecoder
Throws:
Exception
See Also:
CommandDecoder.decode(ChannelHandlerContext, ByteBuf, List)


Copyright © 2018. All rights reserved.