Package 

Class ApiSender

  • All Implemented Interfaces:
    java.lang.Runnable

    
    public final class ApiSender
    extends Thread
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      ApiSender(WebSocketSession apiSession, Long apiTimeout)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final JSONObject sendApiJson(JSONObject apiJson)
      final Unit onReceiveJson(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)