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

程序包分层结构:

类分层结构

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