クラス Cookie
java.lang.ObjectSE
org.springframework.boot.web.server.Cookie
- 既知の直属サブクラス
Session.Cookie
Cookie プロパティ。
- 導入:
- 2.6.0
- 作成者:
- Phillip Webb, Andy Wilkinson, Brian Clozel, Weix Sun
ネストされたクラスの要約
ネストされたクラスコンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明getName()getPath()voidvoidsetHttpOnly(BooleanSE httpOnly) voidsetMaxAge(DurationSE maxAge) voidvoidsetPartitioned(BooleanSE partitioned) voidvoidsetSameSite(Cookie.SameSite sameSite) void
コンストラクターの詳細
Cookie
public Cookie()
メソッドの詳細
getName
setName
getDomain
setDomain
getPath
setPath
getHttpOnly
setHttpOnly
getSecure
setSecure
getMaxAge
setMaxAge
getSameSite
setSameSite
getPartitioned
setPartitioned