com.alipay.remoting
Interface CommandDecoder

All Known Implementing Classes:
RpcCommandDecoder, RpcCommandDecoderV2

public interface CommandDecoder

Decode command.


Method Summary
 void decode(io.netty.channel.ChannelHandlerContext ctx, io.netty.buffer.ByteBuf in, List<Object> out)
          Decode bytes into object.
 

Method Detail

decode

void decode(io.netty.channel.ChannelHandlerContext ctx,
            io.netty.buffer.ByteBuf in,
            List<Object> out)
            throws Exception
Decode bytes into object.

Parameters:
ctx -
in -
out -
Throws:
Exception


Copyright © 2018. All rights reserved.