public interface HttpCookiePair
| Modifier and Type | Method and Description |
|---|---|
CharSequence |
encoded()
Get the encoded value of this
HttpCookiePair. |
boolean |
isWrapped()
Returns
true if the value should be wrapped in DQUOTE as described in
cookie-value. |
CharSequence |
name()
Returns the name of this
HttpCookiePair. |
CharSequence |
value()
Returns the value of this
HttpCookiePair. |
CharSequence name()
HttpCookiePair.HttpCookiePairCharSequence value()
HttpCookiePair.HttpCookiePairboolean isWrapped()
true if the value should be wrapped in DQUOTE as described in
cookie-value.true if the value should be wrapped in DQUOTE as described in
cookie-value.CharSequence encoded()
HttpCookiePair.HttpCookiePair.