程序包com.alibaba.dubbo.rpc.protocol.http的分层结构

程序包分层结构:

类分层结构

  • java.lang.
    • com.alibaba.dubbo.rpc.protocol.AbstractProtocol (implements com.alibaba.dubbo.rpc.Protocol)
    • java.io. (implements java.io.)
      • java.io. (implements java.io., java.io.)
        • org.springframework.core.ConfigurableObjectInputStream
    • org.springframework.remoting.support.RemoteInvocation (implements java.io.)
    • 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)