Uses of Enum Class
org.springframework.boot.web.server.autoconfigure.ServerProperties.ForwardHeadersStrategy
Packages that use ServerProperties.ForwardHeadersStrategy
Package
Description
Classes related to the auto-configuration of a web server.
-
Uses of ServerProperties.ForwardHeadersStrategy in org.springframework.boot.web.server.autoconfigure
Subclasses with type arguments of type ServerProperties.ForwardHeadersStrategy in org.springframework.boot.web.server.autoconfigureModifier and TypeClassDescriptionstatic enumStrategies for supporting forward headers.Methods in org.springframework.boot.web.server.autoconfigure that return ServerProperties.ForwardHeadersStrategyModifier and TypeMethodDescription@Nullable ServerProperties.ForwardHeadersStrategyServerProperties.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.web.server.autoconfigure with parameters of type ServerProperties.ForwardHeadersStrategyModifier and TypeMethodDescriptionvoidServerProperties.setForwardHeadersStrategy(@Nullable ServerProperties.ForwardHeadersStrategy forwardHeadersStrategy)