类 UndertowServerFactoryCustomizer

  • 所有已实现的接口:
    org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory>

    public class UndertowServerFactoryCustomizer
    extends java.lang.Object
    implements org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory>
    解决undertow警告Buffer pool was not set on WebSocketDeploymentInfo
    作者:
    youta
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void customize​(org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory factory)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • UndertowServerFactoryCustomizer

        public UndertowServerFactoryCustomizer()
    • 方法详细资料

      • customize

        public void customize​(org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory factory)
        指定者:
        customize 在接口中 org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory>