类 UndertowServletWebServer

java.lang.Object
org.springframework.boot.web.embedded.undertow.UndertowWebServer
org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
所有已实现的接口:
WebServer

public class UndertowServletWebServer extends UndertowWebServer
WebServer that can be used to control an embedded Undertow server. Typically this class should be created using UndertowServletWebServerFactory and not directly.
从以下版本开始:
2.0.0
作者:
Ivan Sopov, Andy Wilkinson, Eddú Meléndez, Christoph Dreis, Kristine Jetzke
另请参阅:
  • 构造器详细资料

    • UndertowServletWebServer

      public UndertowServletWebServer(io.undertow.Undertow.Builder builder, Iterable<HttpHandlerFactory> httpHandlerFactories, String contextPath, boolean autoStart)
      Create a new UndertowServletWebServer instance.
      参数:
      builder - the builder
      httpHandlerFactories - the handler factories
      contextPath - the root context path
      autoStart - if the server should be started
      从以下版本开始:
      2.3.0
  • 方法详细资料