Package | Description |
---|---|
org.springframework.boot.autoconfigure.web |
Auto-configuration for common web concerns.
|
Modifier and Type | Method and Description |
---|---|
ServerProperties.ForwardHeadersStrategy |
ServerProperties.getForwardHeadersStrategy() |
static ServerProperties.ForwardHeadersStrategy |
ServerProperties.ForwardHeadersStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerProperties.ForwardHeadersStrategy[] |
ServerProperties.ForwardHeadersStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerProperties.setForwardHeadersStrategy(ServerProperties.ForwardHeadersStrategy forwardHeadersStrategy) |