Module swim.http

Class SetCookieHeader

    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • debug

        public <T> Output<T> debug​(Output<T> output)
        Description copied from interface: Debug
        Writes a developer readable, debug-formatted string representation of this object to output.
        Specified by:
        debug in interface Debug
        Specified by:
        debug in class HttpHeader
        Returns:
        the continuation of the output.
      • expire

        public void expire()
      • setSecure

        public void setSecure()
      • unsetSecure

        public void unsetSecure()
      • setHttpOnly

        public void setHttpOnly()
      • unsetHttpOnly

        public void unsetHttpOnly()
      • setMaxAge

        public void setMaxAge​(long maxAge)
      • unsetMaxAge

        public void unsetMaxAge()
      • setDomain

        public void setDomain​(String domain)
      • unsetDomain

        public void unsetDomain()
      • setPath

        public void setPath​(String path)
      • unsetPath

        public void unsetPath()
      • unsetSameSite

        public void unsetSameSite()