Class UndertowWebServer

    • Constructor Detail

      • UndertowWebServer

        public UndertowWebServer​(io.undertow.Undertow.Builder builder,
                                 boolean autoStart)
        Create a new UndertowWebServer instance.
        Parameters:
        builder - the builder
        autoStart - if the server should be started
      • UndertowWebServer

        public UndertowWebServer​(io.undertow.Undertow.Builder builder,
                                 boolean autoStart,
                                 Closeable closeable)
        Create a new UndertowWebServer instance.
        Parameters:
        builder - the builder
        autoStart - if the server should be started
        closeable - called when the server is stopped
        Since:
        2.0.4