Uses of Enum Class
org.springframework.boot.web.server.servlet.Session.SessionTrackingMode
Packages that use Session.SessionTrackingMode
-
Uses of Session.SessionTrackingMode in org.springframework.boot.web.server.servlet
Subclasses with type arguments of type Session.SessionTrackingMode in org.springframework.boot.web.server.servletModifier and TypeClassDescriptionstatic enumAvailable session tracking modes (mirrorsSessionTrackingMode).Methods in org.springframework.boot.web.server.servlet that return Session.SessionTrackingModeModifier and TypeMethodDescriptionstatic Session.SessionTrackingModeReturns the enum constant of this class with the specified name.static Session.SessionTrackingMode[]Session.SessionTrackingMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.web.server.servlet that return types with arguments of type Session.SessionTrackingModeModifier and TypeMethodDescription@Nullable Set<Session.SessionTrackingMode> Session.getTrackingModes()Return thesession tracking modes.Method parameters in org.springframework.boot.web.server.servlet with type arguments of type Session.SessionTrackingModeModifier and TypeMethodDescriptionvoidSession.setTrackingModes(@Nullable Set<Session.SessionTrackingMode> trackingModes)