类 DecodeableRpcInvocation

    • 构造器详细资料

      • DecodeableRpcInvocation

        public DecodeableRpcInvocation​(Channel channel,
                                       Request request,
                                        is,
                                       byte id)
    • 方法详细资料

      • decode

        public void decode()
                    throws 
        指定者:
        decode 在接口中 Decodeable
        抛出:
      • encode

        public void encode​(Channel channel,
                            output,
                            message)
                    throws 
        从接口复制的说明: Codec
        Encode message.
        指定者:
        encode 在接口中 Codec
        参数:
        channel - channel.
        output - output stream.
        message - message.
        抛出:
      • decode

        public  decode​(Channel channel,
                              input)
                      throws 
        从接口复制的说明: Codec
        Decode message.
        指定者:
        decode 在接口中 Codec
        参数:
        channel - channel.
        input - input stream.
        返回:
        message or NEED_MORE_INPUT poison.
        抛出:
        另请参阅:
        Codec.NEED_MORE_INPUT