public class HttpCookie extends ObjectSE
ResponseCookie サブクラスには、"Set-Cookie" レスポンスヘッダーで予期される追加の属性があります。| コンストラクターと説明 |
|---|
HttpCookie(StringSE name, StringSE value) |
| 修飾子と型 | メソッドと説明 |
|---|---|
boolean | equals(ObjectSE other) |
StringSE | getName()Cookie 名を返します。 |
StringSE | getValue()Cookie の値または空の文字列を返します(決して null ではありません)。 |
int | hashCode() |
StringSE | toString() |
cloneSE, finalizeSE, getClassSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic StringSE getName()
public StringSE getValue()
null ではありません)。public int hashCode()
ObjectSE の hashCodeSE public StringSE toString()
ObjectSE の toStringSE