Class ServerProperties.Reactive.Session
java.lang.Object
org.springframework.boot.autoconfigure.web.ServerProperties.Reactive.Session
- Enclosing class:
- ServerProperties.Reactive
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
void
setMaxSessions
(int maxSessions) void
setTimeout
(Duration timeout)
-
Constructor Details
-
Session
public Session()
-
-
Method Details
-
getTimeout
-
setTimeout
-
getMaxSessions
public int getMaxSessions() -
setMaxSessions
public void setMaxSessions(int maxSessions) -
getCookie
-