Class AbstractCookieSerializer
java.lang.Object
org.springframework.session.data.gemfire.web.http.AbstractCookieSerializer
- All Implemented Interfaces:
org.springframework.session.web.http.CookieSerializer
public class AbstractCookieSerializer
extends Object
implements org.springframework.session.web.http.CookieSerializer
Abstract base class implementing the Spring Session core
CookieSerializer
interface to encapsulate
functionality common to all implementations as well as to simplify the implementation of the Spring Session core
CookieSerializer
interface.- Since:
- 2.5.0
- See Also:
-
HttpServletRequest
CookieSerializer
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.session.web.http.CookieSerializer
org.springframework.session.web.http.CookieSerializer.CookieValue
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionreadCookieValues
(jakarta.servlet.http.HttpServletRequest request) void
writeCookieValue
(org.springframework.session.web.http.CookieSerializer.CookieValue cookieValue)
-
Field Details
-
NOT_IMPLEMENTED
- See Also:
-
-
Constructor Details
-
AbstractCookieSerializer
public AbstractCookieSerializer()
-
-
Method Details
-
readCookieValues
- Specified by:
readCookieValues
in interfaceorg.springframework.session.web.http.CookieSerializer
-
writeCookieValue
public void writeCookieValue(org.springframework.session.web.http.CookieSerializer.CookieValue cookieValue) - Specified by:
writeCookieValue
in interfaceorg.springframework.session.web.http.CookieSerializer
-