类 Codec$Adaptive
- java.lang.Object
-
- org.apache.dubbo.remoting.Codec$Adaptive
-
- 所有已实现的接口:
org.apache.dubbo.remoting.Codec
public class Codec$Adaptive extends Object implements org.apache.dubbo.remoting.Codec
-
-
构造器概要
构造器 构造器 说明 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
-
-