Package | Description |
---|---|
org.springframework.boot.autoconfigure.web.reactive |
Auto-configuration for reactive web servers and Spring WebFlux.
|
Modifier and Type | Method and Description |
---|---|
WebFluxProperties.SameSite |
WebFluxProperties.Cookie.getSameSite()
Deprecated.
|
static WebFluxProperties.SameSite |
WebFluxProperties.SameSite.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static WebFluxProperties.SameSite[] |
WebFluxProperties.SameSite.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
WebFluxProperties.Cookie.setSameSite(WebFluxProperties.SameSite sameSite)
Deprecated.
|