Class NettyWebServer

java.lang.Object
org.springframework.boot.web.embedded.netty.NettyWebServer
All Implemented Interfaces:
WebServer

public class NettyWebServer extends Object implements WebServer
WebServer that can be used to control a Reactor Netty web server. Usually this class should be created using the NettyReactiveWebServerFactory and not directly.
Since:
2.0.0
Author:
Brian Clozel, Madhura Bhave, Andy Wilkinson