public interface HttpCookiePair
| Modifier and Type | Method and Description |
|---|---|
java.lang.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. |
java.lang.CharSequence |
name()
Returns the name of this
HttpCookiePair. |
java.lang.CharSequence |
value()
Returns the value of this
HttpCookiePair. |
java.lang.CharSequence name()
HttpCookiePair.HttpCookiePairjava.lang.CharSequence 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.java.lang.CharSequence encoded()
HttpCookiePair.HttpCookiePair.