程序包com.alibaba.dubbo.remoting.http.servlet的分层结构

程序包分层结构:

类分层结构

  • java.lang.
    • com.alibaba.dubbo.remoting.http.support.AbstractHttpServer (implements com.alibaba.dubbo.remoting.http.HttpServer)
    • com.alibaba.dubbo.remoting.http.servlet.BootstrapListener (implements javax.servlet.ServletContextListener)
    • javax.servlet.GenericServlet (implements java.io., javax.servlet.Servlet, javax.servlet.ServletConfig)
      • javax.servlet.http.HttpServlet
    • com.alibaba.dubbo.remoting.http.servlet.ServletHttpBinder (implements com.alibaba.dubbo.remoting.http.HttpBinder)
    • com.alibaba.dubbo.remoting.http.servlet.ServletManager