public class CookieList
extends java.lang.Object
| Constructor | Description |
|---|---|
CookieList() |
| Modifier and Type | Method | Description |
|---|---|---|
static JSONObject |
toJSONObject(java.lang.String string) |
Convert a cookie list into a JSONObject.
|
static java.lang.String |
toString(JSONObject jo) |
Convert a JSONObject into a cookie list.
|
public static JSONObject toJSONObject(java.lang.String string) throws JSONException
string - A cookie list stringJSONExceptionpublic static java.lang.String toString(JSONObject jo) throws JSONException
jo - A JSONObjectJSONExceptionCopyright © 2018. All Rights Reserved.