Class PushPublishRTPRunner
- All Implemented Interfaces:
Runnable
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
FieldsFields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Constructor Summary
ConstructorsConstructorDescriptionPushPublishRTPRunner
(PushPublishRTP pushPublisherRTP, RTPDestination rtpDestination) Instantiates a new rTP PushPublishRTPRunner. -
Method Summary
Methods inherited from class java.lang.Thread
activeCount, 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
-
Field Details
-
CLASS
-
CLASSNAME
- See Also:
-
-
Constructor Details
-
PushPublishRTPRunner
Instantiates a new rTP PushPublishRTPRunner.- Parameters:
pushPublisherRTP
- the push publisher rtprtpDestination
- the rtp destination
-
-
Method Details