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.JSONException
Copyright © 2013. All Rights Reserved.