Class WebFluxProperties.Forwardedheaders

java.lang.Object
org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Forwardedheaders
Enclosing class:
WebFluxProperties

public static class WebFluxProperties.Forwardedheaders extends Object
Forwarded headers.
Since:
4.0.0
Author:
Brian Clozel, Vedran Pavic
  • Constructor Details

    • Forwardedheaders

      public Forwardedheaders()
  • Method Details

    • getHeaderFormat

      public WebFluxProperties.HeaderFormat getHeaderFormat()
    • setHeaderFormat

      public void setHeaderFormat(WebFluxProperties.HeaderFormat headerFormat)
    • isUseForwardedPrefix

      public boolean isUseForwardedPrefix()
    • setUseForwardedPrefix

      public void setUseForwardedPrefix(boolean useForwardedPrefix)