Class ContinuingHttpServletRequest.ImmutableCookie

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable
    Enclosing class:
    ContinuingHttpServletRequest

    private static final class ContinuingHttpServletRequest.ImmutableCookie
    extends javax.servlet.http.Cookie
    • Constructor Summary

      Constructors 
      Constructor Description
      ImmutableCookie​(javax.servlet.http.Cookie original)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setComment​(java.lang.String purpose)  
      void setDomain​(java.lang.String pattern)  
      void setMaxAge​(int expiry)  
      void setPath​(java.lang.String uri)  
      void setSecure​(boolean flag)  
      void setValue​(java.lang.String newValue)  
      void setVersion​(int v)  
      • Methods inherited from class javax.servlet.http.Cookie

        clone, getComment, getDomain, getMaxAge, getName, getPath, getSecure, getValue, getVersion, isHttpOnly, setHttpOnly
      • Methods inherited from class java.lang.Object

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

      • ImmutableCookie

        public ImmutableCookie​(javax.servlet.http.Cookie original)
    • Method Detail

      • setComment

        public void setComment​(java.lang.String purpose)
        Overrides:
        setComment in class javax.servlet.http.Cookie
      • setDomain

        public void setDomain​(java.lang.String pattern)
        Overrides:
        setDomain in class javax.servlet.http.Cookie
      • setMaxAge

        public void setMaxAge​(int expiry)
        Overrides:
        setMaxAge in class javax.servlet.http.Cookie
      • setPath

        public void setPath​(java.lang.String uri)
        Overrides:
        setPath in class javax.servlet.http.Cookie
      • setSecure

        public void setSecure​(boolean flag)
        Overrides:
        setSecure in class javax.servlet.http.Cookie
      • setValue

        public void setValue​(java.lang.String newValue)
        Overrides:
        setValue in class javax.servlet.http.Cookie
      • setVersion

        public void setVersion​(int v)
        Overrides:
        setVersion in class javax.servlet.http.Cookie