Uses of Enum Class
org.springframework.boot.autoconfigure.web.ServerProperties.ForwardHeadersStrategy
Packages that use ServerProperties.ForwardHeadersStrategy
Package
Description
Auto-configuration for common web concerns.
-
Uses of ServerProperties.ForwardHeadersStrategy in org.springframework.boot.autoconfigure.web
Methods in org.springframework.boot.autoconfigure.web that return ServerProperties.ForwardHeadersStrategyModifier and TypeMethodDescriptionServerProperties.getForwardHeadersStrategy()
Returns the enum constant of this class with the specified name.ServerProperties.ForwardHeadersStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.autoconfigure.web with parameters of type ServerProperties.ForwardHeadersStrategyModifier and TypeMethodDescriptionvoid
ServerProperties.setForwardHeadersStrategy
(ServerProperties.ForwardHeadersStrategy forwardHeadersStrategy)