Class HttpServerProperties

java.lang.Object
org.springframework.cloud.gateway.config.HttpServerProperties

@ConfigurationProperties("spring.cloud.gateway.server.webflux.httpserver") @Validated public class HttpServerProperties extends Object
Configuration properties for Reactor Netty HttpServer.
  • Field Details

  • Constructor Details

    • HttpServerProperties

      public HttpServerProperties()
  • Method Details

    • isCustomizerEnabled

      public boolean isCustomizerEnabled()
    • setCustomizerEnabled

      public void setCustomizerEnabled(boolean customizerEnabled)
    • isWiretap

      public boolean isWiretap()
    • setWiretap

      public void setWiretap(boolean wiretap)
    • toString

      public String toString()
      Overrides:
      toString in class Object