类分层结构
- java.lang.Object
- com.alibaba.dubbo.rpc.protocol.AbstractProtocol (implements com.alibaba.dubbo.rpc.Protocol)
- com.alibaba.dubbo.rpc.protocol.AbstractProxyProtocol
- com.alibaba.dubbo.rpc.protocol.http.HttpProtocol
- com.alibaba.dubbo.rpc.protocol.AbstractProxyProtocol
- java.io.InputStream (implements java.io.Closeable)
- java.io.ObjectInputStream (implements java.io.ObjectInput, java.io.ObjectStreamConstants)
- org.springframework.core.ConfigurableObjectInputStream
- org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
- com.alibaba.dubbo.rpc.protocol.http.CodebaseAwareObjectInputStream
- org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
- org.springframework.core.ConfigurableObjectInputStream
- java.io.ObjectInputStream (implements java.io.ObjectInput, java.io.ObjectStreamConstants)
- org.springframework.remoting.support.RemoteInvocation (implements java.io.Serializable)
- com.alibaba.dubbo.rpc.protocol.http.HttpRemoteInvocation
- org.springframework.remoting.support.RemotingSupport (implements org.springframework.beans.factory.BeanClassLoaderAware)
- org.springframework.remoting.support.RemoteExporter
- org.springframework.remoting.support.RemoteInvocationBasedExporter
- org.springframework.remoting.rmi.RemoteInvocationSerializingExporter (implements org.springframework.beans.factory.InitializingBean)
- org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter (implements org.springframework.web.HttpRequestHandler)
- com.alibaba.dubbo.rpc.protocol.http.HttpInvokerServiceExporter
- org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter (implements org.springframework.web.HttpRequestHandler)
- org.springframework.remoting.rmi.RemoteInvocationSerializingExporter (implements org.springframework.beans.factory.InitializingBean)
- org.springframework.remoting.support.RemoteInvocationBasedExporter
- org.springframework.remoting.support.RemoteExporter
- com.alibaba.dubbo.rpc.protocol.AbstractProtocol (implements com.alibaba.dubbo.rpc.Protocol)