类分层结构
- java.lang.Object
- org.springframework.boot.web.server.AbstractConfigurableWebServerFactory (implements org.springframework.boot.web.server.ConfigurableWebServerFactory)
- org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory (implements org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory)
- com.github.netty.springboot.server.NettyTcpServerFactory (implements org.springframework.boot.web.reactive.server.ConfigurableReactiveWebServerFactory, org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory)
- com.github.netty.core.AbstractNettyServer (implements java.lang.Runnable)
- com.github.netty.springboot.server.NettyTcpServer (implements org.springframework.boot.web.server.WebServer)
- com.github.netty.core.AbstractProtocol (implements com.github.netty.core.ProtocolHandler, com.github.netty.core.ServerListener)
- org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy (implements org.springframework.web.socket.server.RequestUpgradeStrategy)
- com.github.netty.springboot.server.NettyEmbeddedAutoConfiguration
- com.github.netty.springboot.server.NettyEmbeddedAutoConfiguration.LazyPool (implements java.util.function.Supplier<T>)
Copyright © 2021. All rights reserved.