public class SessionLogHandler extends Object
| Constructor and Description |
|---|
SessionLogHandler() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,SessionLogs> |
getSessionLogs(org.json.JSONObject rawSessionMap)
Creates a session logs map, with session logs mapped to session IDs, given
a raw session log map as a JSON object.
|
public static Map<String,SessionLogs> getSessionLogs(org.json.JSONObject rawSessionMap) throws org.json.JSONException
rawSessionMap - The raw session map.Exception - If something goes wrong in server communication or JSON parsing.org.json.JSONExceptionCopyright © 2014. All rights reserved.