类分层结构
- java.lang.Object
- org.apache.dubbo.rpc.protocol.AbstractInvoker<T> (implements org.apache.dubbo.rpc.Invoker<T>)
- org.apache.dubbo.rpc.protocol.thrift.ThriftInvoker<T>
- org.apache.dubbo.rpc.protocol.AbstractProtocol (implements org.apache.dubbo.rpc.Protocol)
- org.apache.dubbo.rpc.protocol.thrift.ThriftProtocol
- org.apache.dubbo.rpc.protocol.thrift.DubboClassNameGenerator (implements org.apache.dubbo.rpc.protocol.thrift.ClassNameGenerator)
- org.apache.dubbo.rpc.protocol.thrift.ThriftClassNameGenerator (implements org.apache.dubbo.rpc.protocol.thrift.ClassNameGenerator)
- org.apache.dubbo.rpc.protocol.thrift.ThriftCodec (implements org.apache.dubbo.remoting.Codec2)
- org.apache.dubbo.rpc.protocol.thrift.ThriftConstants
- org.apache.dubbo.rpc.protocol.thrift.ThriftNativeCodec (implements org.apache.dubbo.remoting.Codec2)
- org.apache.dubbo.rpc.protocol.thrift.ThriftUtils
- org.apache.dubbo.rpc.protocol.AbstractInvoker<T> (implements org.apache.dubbo.rpc.Invoker<T>)
接口分层结构
- org.apache.dubbo.rpc.protocol.thrift.ClassNameGenerator
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- org.apache.dubbo.rpc.protocol.thrift.ThriftType
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)