Class CookieValue
- java.lang.Object
-
- de.quantummaid.httpmaid.http.headers.cookies.CookieValue
-
public final class CookieValue extends Object
-
-
Constructor Summary
Constructors Constructor Description CookieValue()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CookieValuecookieValue(String value)StringstringValue()
-
-
-
Method Detail
-
cookieValue
public static CookieValue cookieValue(String value)
-
stringValue
public String stringValue()
-
-