类 Session.Cookie
java.lang.Object
org.springframework.boot.web.server.Cookie
org.springframework.boot.web.servlet.server.Session.Cookie
- 封闭类:
Session
Session cookie properties. This class is provided only for back-compatibility
reasons, consider using
Cookie
whenever
possible.-
嵌套类概要
从类继承的嵌套类/接口 org.springframework.boot.web.server.Cookie
Cookie.SameSite
-
构造器概要
构造器 -
方法概要
从类继承的方法 org.springframework.boot.web.server.Cookie
getDomain, getHttpOnly, getMaxAge, getName, getPartitioned, getPath, getSameSite, getSecure, setDomain, setHttpOnly, setMaxAge, setName, setPartitioned, setPath, setSameSite, setSecure
-
构造器详细资料
-
Cookie
public Cookie()
-