类分层结构
- java.lang.Object
- org.apache.dubbo.rpc.protocol.AbstractInvoker<T> (implements org.apache.dubbo.rpc.Invoker<T>)
- org.apache.dubbo.rpc.protocol.grpc.GrpcInvoker<T>
- org.apache.dubbo.rpc.protocol.AbstractProtocol (implements org.apache.dubbo.rpc.Protocol)
- org.apache.dubbo.rpc.protocol.AbstractProxyProtocol
- org.apache.dubbo.rpc.protocol.grpc.GrpcProtocol
- org.apache.dubbo.rpc.protocol.AbstractProxyProtocol
- org.apache.dubbo.rpc.protocol.AbstractProxyProtocol.RemotingServerAdapter (implements org.apache.dubbo.remoting.RemotingServer)
- org.apache.dubbo.rpc.protocol.grpc.GrpcProtocol.GrpcRemotingServer
- io.grpc.Channel
- io.grpc.ManagedChannel
- org.apache.dubbo.rpc.protocol.grpc.ReferenceCountManagedChannel
- io.grpc.ManagedChannel
- org.apache.dubbo.rpc.protocol.grpc.GrpcConfig
- org.apache.dubbo.rpc.protocol.grpc.GrpcConstants
- org.apache.dubbo.rpc.protocol.grpc.GrpcOptionsUtils
- io.grpc.HandlerRegistry
- org.apache.dubbo.rpc.protocol.grpc.DubboHandlerRegistry
- org.apache.dubbo.rpc.protocol.AbstractInvoker<T> (implements org.apache.dubbo.rpc.Invoker<T>)