@Deprecated public class CookieList extends Object
| Constructor and Description |
|---|
CookieList()
Deprecated.
Constructs a new CookieList object.
|
| Modifier and Type | Method and Description |
|---|---|
static JSONObject |
toJSONObject(String string)
Deprecated.
Convert a cookie list into a JSONObject.
|
static String |
toString(JSONObject jo)
Deprecated.
Convert a JSONObject into a cookie list.
|
public static JSONObject toJSONObject(String string) throws JSONException
string - A cookie list stringJSONException - if a called function failspublic static String toString(JSONObject jo) throws JSONException
jo - A JSONObjectJSONException - if a called function failsCopyright © 2007–2023 The Apache Software Foundation. All rights reserved.