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 Summary
Fields Modifier and Type Field Description protected boolean
didIt
protected long
lastPacketizerLogTime
protected long
lastUpdateTime
protected int
packetizerLogInterval
protected int
pollInterval
protected int
sendPacketizerWarning
-
Constructor Summary
Constructors Constructor Description HTTPPoller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Field Detail
-
lastUpdateTime
protected long lastUpdateTime
-
lastPacketizerLogTime
protected long lastPacketizerLogTime
-
didIt
protected boolean didIt
-
pollInterval
protected int pollInterval
-
packetizerLogInterval
protected int packetizerLogInterval
-
sendPacketizerWarning
protected int sendPacketizerWarning
-
-