Package io.undertow.servlet.api
Class ServletSessionConfig
java.lang.Object
io.undertow.server.session.CookieAttributes<ServletSessionConfig>
io.undertow.servlet.api.ServletSessionConfig
Session config that gets
- Author:
- Stuart Douglas
-
Field Summary
FieldsFields inherited from class io.undertow.server.session.CookieAttributes
kernel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()setSessionTrackingModes(Set<SessionTrackingMode> sessionTrackingModes) Methods inherited from class io.undertow.server.session.CookieAttributes
getAttribute, getAttributes, getComment, getDomain, getMaxAge, getPath, isDiscard, isHttpOnly, isSecure, setAttribute, setComment, setDiscard, setDomain, setHttpOnly, setMaxAge, setPath, setSecure
-
Field Details
-
DEFAULT_SESSION_ID
- See Also:
-
-
Constructor Details
-
ServletSessionConfig
public ServletSessionConfig()
-
-
Method Details
-
getName
-
setName
-
getSessionTrackingModes
-
setSessionTrackingModes
-