public class Session
extends java.lang.Object
| Constructor and Description |
|---|
Session(MacacaDriver driver) |
| Modifier and Type | Method and Description |
|---|---|
void |
createSession(JSONObject jsonObj) |
void |
delSession() |
JSONObject |
sessionAvailable() |
public Session(MacacaDriver driver)
public void createSession(JSONObject jsonObj)
throws java.lang.Exception
java.lang.Exceptionpublic void delSession()
throws java.lang.Exception
java.lang.Exceptionpublic JSONObject sessionAvailable()
throws java.lang.Exception
java.lang.Exception