Java org.springframework.http ResponseCookie fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.http ResponseCookie fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.http ResponseCookie.

The text is from its open source code.

Method

StringgetDomain()
Return the cookie "Domain" attribute, or null if not set.
DurationgetMaxAge()
Return the cookie "Max-Age" attribute in seconds.
StringgetName()
Return the cookie name.
StringgetPath()
Return the cookie "Path" attribute, or null if not set.
StringgetValue()
Return the cookie value or an empty string (never null ).
booleanisHttpOnly()
Return true if the cookie has the "HttpOnly" attribute.
booleanisSecure()
Return true if the cookie has the "Secure" attribute.