类 DecodeableRpcResult

    • 构造器详细资料

      • DecodeableRpcResult

        public DecodeableRpcResult​(Channel channel,
                                   Response response,
                                    is,
                                   Invocation invocation,
                                   byte id)
    • 方法详细资料

      • 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
      • decode

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

        public Invocation getInvocation()