类 Codec$Adaptive

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

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

      • Codec$Adaptive

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

      • decode

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

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