Class ServerPortCustomizer

java.lang.Object
sk.gursky.films.ServerPortCustomizer
All Implemented Interfaces:
org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.server.ConfigurableWebServerFactory>

@Component
public class ServerPortCustomizer
extends java.lang.Object
implements org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.server.ConfigurableWebServerFactory>
  • Constructor Summary

    Constructors 
    Constructor Description
    ServerPortCustomizer()  
  • Method Summary

    Modifier and Type Method Description
    void customize​(org.springframework.boot.web.server.ConfigurableWebServerFactory factory)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • customize

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