Package com.wowza.wms.pushpublish.model
Class PushPublishHTTPPusher.HTTPPoller
- Object
- 
- Thread
- 
- com.wowza.wms.pushpublish.model.PushPublishHTTPPusher.HTTPPoller
 
 
- 
- All Implemented Interfaces:
- Runnable
 - Enclosing class:
- PushPublishHTTPPusher
 
 public class PushPublishHTTPPusher.HTTPPoller extends Thread
- 
- 
Field SummaryFields Modifier and Type Field Description protected booleandidItprotected longlastPacketizerLogTimeprotected longlastUpdateTimeprotected intpacketizerLogIntervalprotected intpollIntervalprotected intsendPacketizerWarning
 - 
Constructor SummaryConstructors Constructor Description HTTPPoller()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description 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- 
lastUpdateTimeprotected long lastUpdateTime 
 - 
lastPacketizerLogTimeprotected long lastPacketizerLogTime 
 - 
didItprotected boolean didIt 
 - 
pollIntervalprotected int pollInterval 
 - 
packetizerLogIntervalprotected int packetizerLogInterval 
 - 
sendPacketizerWarningprotected int sendPacketizerWarning 
 
- 
 
-