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