@Deprecated
public class CookieList
extends java.lang.Object
Constructor and Description |
---|
CookieList()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static JSONObject |
toJSONObject(java.lang.String string)
Deprecated.
Convert a cookie list into a JSONObject.
|
static java.lang.String |
toString(JSONObject o)
Deprecated.
Convert a JSONObject into a cookie list.
|
public static JSONObject toJSONObject(java.lang.String string) throws JSONException
string
- A cookie list stringJSONException
public static java.lang.String toString(JSONObject o) throws JSONException
o
- A JSONObjectJSONException
Copyright © 2010 - 2020 Adobe. All Rights Reserved