org.springframework.boot.web.embedded.undertow

Class UndertowServletWebServer

    • Constructor Detail

      • UndertowServletWebServer

        public UndertowServletWebServer(io.undertow.Undertow.Builder builder,
                                        java.lang.Iterable<HttpHandlerFactory> httpHandlerFactories,
                                        java.lang.String contextPath,
                                        boolean autoStart)
        Create a new UndertowServletWebServer instance.
        Parameters:
        builder - the builder
        httpHandlerFactories - the handler factories
        contextPath - the root context path
        autoStart - if the server should be started
        Since:
        2.3.0
    • Method Detail

      • getDeploymentManager

        public io.undertow.servlet.api.DeploymentManager getDeploymentManager()