Class ClusterAwareCookieSerializer

  • All Implemented Interfaces:
    org.springframework.session.web.http.CookieSerializer

    public class ClusterAwareCookieSerializer
    extends java.lang.Object
    implements org.springframework.session.web.http.CookieSerializer
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.springframework.session.web.http.CookieSerializer

        org.springframework.session.web.http.CookieSerializer.CookieValue
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> readCookieValues​(javax.servlet.http.HttpServletRequest request)  
      void setCookieName​(java.lang.String cookieName)  
      void setCookiePath​(java.lang.String cookiePath)  
      void setJvmRoute​(java.lang.String jvmRoute)  
      void writeCookieValue​(org.springframework.session.web.http.CookieSerializer.CookieValue cookieValue)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClusterAwareCookieSerializer

        public ClusterAwareCookieSerializer()
    • Method Detail

      • writeCookieValue

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

        public java.util.List<java.lang.String> readCookieValues​(javax.servlet.http.HttpServletRequest request)
        Specified by:
        readCookieValues in interface org.springframework.session.web.http.CookieSerializer
      • setCookieName

        public void setCookieName​(java.lang.String cookieName)
      • setCookiePath

        public void setCookiePath​(java.lang.String cookiePath)
      • setJvmRoute

        public void setJvmRoute​(java.lang.String jvmRoute)