Class PushPublishRTPRunner
- Object
- 
- Thread
- 
- com.wowza.wms.pushpublish.protocol.rtp.PushPublishRTPRunner
 
 
- 
- All Implemented Interfaces:
- Runnable
 
 public class PushPublishRTPRunner extends ThreadThe Class RTPStarter. Utility class to starts an RTP session for push publishing
- 
- 
Field SummaryFields Modifier and Type Field Description static Class<PushPublishRTPRunner>CLASSstatic StringCLASSNAME
 - 
Constructor SummaryConstructors Constructor Description PushPublishRTPRunner(PushPublishRTP pushPublisherRTP, RTPDestination rtpDestination)Instantiates a new rTP PushPublishRTPRunner.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisconnect()voidrun()- 
Methods inherited from class java.lang.ThreadactiveCount, 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
 
- 
 
- 
- 
- 
Field Detail- 
CLASSpublic static final Class<PushPublishRTPRunner> CLASS 
 - 
CLASSNAMEpublic static final String CLASSNAME - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
PushPublishRTPRunnerpublic PushPublishRTPRunner(PushPublishRTP pushPublisherRTP, RTPDestination rtpDestination) Instantiates a new rTP PushPublishRTPRunner.- Parameters:
- pushPublisherRTP- the push publisher rtp
- rtpDestination- the rtp destination
 
 
- 
 
-