类 Codec2$Adaptive

  • 所有已实现的接口:
    org.apache.dubbo.remoting.Codec2

    public class Codec2$Adaptive
    extends Object
    implements org.apache.dubbo.remoting.Codec2
    • 构造器详细资料

      • Codec2$Adaptive

        public Codec2$Adaptive()
    • 方法详细资料

      • decode

        public Object decode​(org.apache.dubbo.remoting.Channel arg0,
                             org.apache.dubbo.remoting.buffer.ChannelBuffer arg1)
                      throws IOException
        指定者:
        decode 在接口中 org.apache.dubbo.remoting.Codec2
        抛出:
        IOException
      • encode

        public void encode​(org.apache.dubbo.remoting.Channel arg0,
                           org.apache.dubbo.remoting.buffer.ChannelBuffer arg1,
                           Object arg2)
                    throws IOException
        指定者:
        encode 在接口中 org.apache.dubbo.remoting.Codec2
        抛出:
        IOException