类 TransportCodec
- java.lang.Object
-
- com.alibaba.dubbo.remoting.transport.AbstractCodec
-
- com.alibaba.dubbo.remoting.transport.codec.TransportCodec
-
- 所有已实现的接口:
Codec2
- 直接已知子类:
TelnetCodec
public class TransportCodec extends AbstractCodec
TransportCodec
-
-
嵌套类概要
-
从接口继承的嵌套类/接口 com.alibaba.dubbo.remoting.Codec2
Codec2.DecodeResult
-
-
构造器概要
构造器 构造器 说明 TransportCodec()
-
-
-
方法详细资料
-
encode
public void encode(Channel channel, ChannelBuffer buffer, Object message) throws IOException
- 抛出:
IOException
-
decode
public Object decode(Channel channel, ChannelBuffer buffer) throws IOException
- 抛出:
IOException
-
-