Package | Description |
---|---|
org.springframework.boot.web.servlet.server |
Servlet web server abstractions.
|
Modifier and Type | Method and Description |
---|---|
static Session.SessionTrackingMode |
Session.SessionTrackingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Session.SessionTrackingMode[] |
Session.SessionTrackingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<Session.SessionTrackingMode> |
Session.getTrackingModes()
Return the
session tracking modes . |
Modifier and Type | Method and Description |
---|---|
void |
Session.setTrackingModes(Set<Session.SessionTrackingMode> trackingModes) |