类 DubboCountCodec
- java.lang.Object
-
- com.alibaba.dubbo.rpc.protocol.dubbo.DubboCountCodec
-
-
嵌套类概要
-
从接口继承的嵌套类/接口 com.alibaba.dubbo.remoting.Codec2
Codec2.DecodeResult
-
-
构造器概要
构造器 构造器 说明 DubboCountCodec()
-
-
-
方法详细资料
-
encode
public void encode(Channel channel, ChannelBuffer buffer, Object msg) throws IOException
- 指定者:
encode
在接口中Codec2
- 抛出:
IOException
-
decode
public Object decode(Channel channel, ChannelBuffer buffer) throws IOException
- 指定者:
decode
在接口中Codec2
- 抛出:
IOException
-
-