Class WebMvcProperties.Forwardedheaders

java.lang.Object
org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Forwardedheaders
Enclosing class:
WebMvcProperties

public static class WebMvcProperties.Forwardedheaders extends Object
Forwarded headers.
Since:
4.0.0
Author:
Phillip Webb, Sébastien Deleuze, Stephane Nicoll, Eddú Meléndez, Brian Clozel, Vedran Pavic
  • Constructor Details

    • Forwardedheaders

      public Forwardedheaders()
  • Method Details

    • getHeaderFormat

      public WebMvcProperties.HeaderFormat getHeaderFormat()
    • setHeaderFormat

      public void setHeaderFormat(WebMvcProperties.HeaderFormat headerFormat)
    • isUseForwardedPrefix

      public boolean isUseForwardedPrefix()
    • setUseForwardedPrefix

      public void setUseForwardedPrefix(boolean useForwardedPrefix)