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
  • Field Details

  • Constructor Details

    • AbstractCookieSerializer

      public AbstractCookieSerializer()
  • Method Details

    • readCookieValues

      public List<String> readCookieValues(jakarta.servlet.http.HttpServletRequest request)
      Specified by:
      readCookieValues in interface org.springframework.session.web.http.CookieSerializer
    • writeCookieValue

      public void writeCookieValue(org.springframework.session.web.http.CookieSerializer.CookieValue cookieValue)
      Specified by:
      writeCookieValue in interface org.springframework.session.web.http.CookieSerializer