Uses of Enum Class
org.springframework.boot.webflux.autoconfigure.WebFluxProperties.HeaderFormat
Packages that use WebFluxProperties.HeaderFormat
Package
Description
Auto-configuration for reactive web servers and Spring WebFlux.
-
Uses of WebFluxProperties.HeaderFormat in org.springframework.boot.webflux.autoconfigure
Subclasses with type arguments of type WebFluxProperties.HeaderFormat in org.springframework.boot.webflux.autoconfigureModifier and TypeClassDescriptionstatic enumFormats of forwarded headers supported byWebFluxProperties.Forwardedheaders.Methods in org.springframework.boot.webflux.autoconfigure that return WebFluxProperties.HeaderFormatModifier and TypeMethodDescriptionWebFluxProperties.Forwardedheaders.getHeaderFormat()Returns the enum constant of this class with the specified name.static WebFluxProperties.HeaderFormat[]WebFluxProperties.HeaderFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.webflux.autoconfigure with parameters of type WebFluxProperties.HeaderFormatModifier and TypeMethodDescriptionvoidWebFluxProperties.Forwardedheaders.setHeaderFormat(WebFluxProperties.HeaderFormat headerFormat)