类 ThriftNativeCodec
- java.lang.Object
-
- org.apache.dubbo.rpc.protocol.thrift.ThriftNativeCodec
-
- 所有已实现的接口:
Codec2
@Deprecated public class ThriftNativeCodec extends Object implements Codec2
已过时。- 从以下版本开始:
- 2.7.0, use https://github.com/dubbo/dubbo-rpc-native-thrift instead
-
-
嵌套类概要
-
从接口继承的嵌套类/接口 org.apache.dubbo.remoting.Codec2
Codec2.DecodeResult
-
-
构造器概要
构造器 构造器 说明 ThriftNativeCodec()已过时。
-
-
-
方法详细资料
-
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
-
-