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