abstract class AbstractReactiveWebInitializer : WebApplicationInitializer
Base class for a org.springframework.web.WebApplicationInitializer that installs a Spring Reactive Web Application on a Servlet container. Spring configuration is loaded and given to |
|
open class HttpWebHandlerAdapter : WebHandlerDecorator, HttpHandler
Default adapter of WebHandler to the HttpHandler contract. By default creates and configures a DefaultServerWebExchange and then invokes the target |