Class PortCustomizer

    • Constructor Summary

      Constructors 
      Constructor Description
      PortCustomizer​(org.springframework.boot.web.server.AbstractConfigurableWebServerFactory factory)  
    • Method Summary

      Modifier and Type Method Description
      io.vertx.core.http.HttpServerOptions apply​(io.vertx.core.http.HttpServerOptions options)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • PortCustomizer

        public PortCustomizer​(org.springframework.boot.web.server.AbstractConfigurableWebServerFactory factory)
    • Method Detail

      • apply

        public io.vertx.core.http.HttpServerOptions apply​(io.vertx.core.http.HttpServerOptions options)
        Specified by:
        apply in interface java.util.function.Function<io.vertx.core.http.HttpServerOptions,​io.vertx.core.http.HttpServerOptions>