Class PushPublishRTPRunner

  • All Implemented Interfaces:
    Runnable

    public class PushPublishRTPRunner
    extends Thread
    The Class RTPStarter. Utility class to starts an RTP session for push publishing
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.lang.Thread

        Thread.State, Thread.UncaughtExceptionHandler
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Class<PushPublishRTPRunner> CLASS  
      static String CLASSNAME  
      • Fields inherited from class java.lang.Thread

        MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void disconnect()  
      void run()  
      • Methods inherited from class java.lang.Thread

        activeCount, checkAccess, clone, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, toString, yield
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PushPublishRTPRunner

        public PushPublishRTPRunner​(PushPublishRTP pushPublisherRTP,
                                    RTPDestination rtpDestination)
        Instantiates a new rTP PushPublishRTPRunner.
        Parameters:
        pushPublisherRTP - the push publisher rtp
        rtpDestination - the rtp destination
    • Method Detail

      • disconnect

        public void disconnect()
      • run

        public void run()
        Specified by:
        run in interface Runnable
        Overrides:
        run in class Thread