Package io.github.dephin.session
Class CalleeSession
java.lang.Object
io.github.dephin.session.Session
io.github.dephin.session.CalleeSession
public class CalleeSession extends Session
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CalleeSession() -
Method Summary
Modifier and Type Method Description voidreply(java.lang.String text, boolean isEnd)Methods inherited from class io.github.dephin.session.Session
getAccountKey, getConnection, getSessionID, setAccountKey, setConnection, setSessionID
-
Constructor Details
-
CalleeSession
public CalleeSession()
-
-
Method Details
-
reply
public void reply(java.lang.String text, boolean isEnd) throws org.json.JSONException- Throws:
org.json.JSONException
-