类 UndertowWebServer

    • 构造器详细资料

      • UndertowWebServer

        public UndertowWebServer​(io.undertow.Undertow.Builder builder,
                                 boolean autoStart)
        Create a new UndertowWebServer instance.
        参数:
        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.
        参数:
        builder - the builder
        autoStart - if the server should be started
        closeable - called when the server is stopped
        从以下版本开始:
        2.0.4