Class TigerProxyConfigurator

  • All Implemented Interfaces:
    org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory>

    @Configuration
    public class TigerProxyConfigurator
    extends Object
    implements org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory>
    • Constructor Detail

      • TigerProxyConfigurator

        @ConstructorProperties({"tigerProxy","webServerAppCtxt"})
        public TigerProxyConfigurator​(TigerProxy tigerProxy,
                                      org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext webServerAppCtxt)
    • Method Detail

      • init

        @EventListener(org.springframework.boot.context.event.ApplicationReadyEvent.class)
        public void init()
      • customize

        public void customize​(org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory factory)
        Specified by:
        customize in interface org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory>