NettyWebServer
WebServer that can be used to control a Reactor Netty web server. Usually this class should be created using the NettyReactiveWebServerFactory and not directly.
Author
Brian Clozel
Madhura Bhave
Andy Wilkinson
Since
2.0.0
Constructors
Link copied to clipboard
constructor(httpServer: HttpServer, handlerAdapter: ReactorHttpHandlerAdapter, lifecycleTimeout: Duration, shutdown: Shutdown, resourceFactory: ReactorResourceFactory)
Creates a new
NettyWebServer
instance.