类分层结构
- java.lang.Object
- org.apache.dubbo.remoting.transport.AbstractCodec (implements org.apache.dubbo.remoting.Codec2)
- org.apache.dubbo.remoting.transport.codec.TransportCodec
- org.apache.dubbo.remoting.telnet.codec.TelnetCodec
- org.apache.dubbo.remoting.exchange.codec.ExchangeCodec
- org.apache.dubbo.rpc.protocol.dubbo.DubboCodec
- org.apache.dubbo.remoting.exchange.codec.ExchangeCodec
- org.apache.dubbo.remoting.telnet.codec.TelnetCodec
- org.apache.dubbo.remoting.transport.codec.TransportCodec
- org.apache.dubbo.rpc.protocol.AbstractExporter<T> (implements org.apache.dubbo.rpc.Exporter<T>)
- org.apache.dubbo.rpc.protocol.dubbo.DubboExporter<T>
- org.apache.dubbo.rpc.protocol.AbstractInvoker<T> (implements org.apache.dubbo.rpc.Invoker<T>)
- org.apache.dubbo.rpc.protocol.dubbo.DubboInvoker<T>
- org.apache.dubbo.rpc.protocol.AbstractProtocol (implements org.apache.dubbo.rpc.Protocol)
- org.apache.dubbo.rpc.protocol.dubbo.DubboProtocol
- org.apache.dubbo.rpc.AppResponse (implements org.apache.dubbo.rpc.Result)
- org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult (implements org.apache.dubbo.remoting.Codec, org.apache.dubbo.remoting.Decodeable)
- java.util.concurrent.CompletableFuture<T> (implements java.util.concurrent.CompletionStage<T>, java.util.concurrent.Future<V>)
- org.apache.dubbo.rpc.protocol.dubbo.FutureAdapter<V>
- org.apache.dubbo.rpc.protocol.dubbo.DubboCodecSupport
- org.apache.dubbo.rpc.protocol.dubbo.DubboCountCodec (implements org.apache.dubbo.remoting.Codec2)
- org.apache.dubbo.rpc.protocol.dubbo.DubboProtocolServer (implements org.apache.dubbo.rpc.ProtocolServer)
- org.apache.dubbo.rpc.RpcInvocation (implements org.apache.dubbo.rpc.Invocation, java.io.Serializable)
- org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcInvocation (implements org.apache.dubbo.remoting.Codec, org.apache.dubbo.remoting.Decodeable)
- org.apache.dubbo.remoting.transport.AbstractCodec (implements org.apache.dubbo.remoting.Codec2)
接口分层结构
- org.apache.dubbo.rpc.protocol.dubbo.Constants