-
-
Field Summary
Fields Modifier and Type Field Description private Stringnameprivate Integerpriorityprivate Booleandaemonprivate ClassLoadercontextClassLoaderprivate Thread.UncaughtExceptionHandleruncaughtExceptionHandler
-
Method Summary
Modifier and Type Method Description final JSONObjectsendApiJson(JSONObject apiJson)final UnitonReceiveJson(JSONObject responseJson)-
Methods inherited from class java.lang.Thread
checkAccess, countStackFrames, destroy, getContextClassLoader, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, interrupt, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setName, setPriority, setUncaughtExceptionHandler, start, stop, stop, suspend, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ApiSender
ApiSender(WebSocketSession apiSession, Long apiTimeout)
-
-
Method Detail
-
sendApiJson
final JSONObject sendApiJson(JSONObject apiJson)
-
onReceiveJson
final Unit onReceiveJson(JSONObject responseJson)
-
-
-
-