Package com.wowza.wms.pushpublish.model
Class PushPublishHTTPPusher.HTTPPoller
- All Implemented Interfaces:
Runnable
- Enclosing class:
- PushPublishHTTPPusher
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
protected long
protected long
protected int
protected int
protected int
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Constructor Summary
Constructors -
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
-
lastUpdateTime
protected long lastUpdateTime -
lastPacketizerLogTime
protected long lastPacketizerLogTime -
didIt
protected boolean didIt -
pollInterval
protected int pollInterval -
packetizerLogInterval
protected int packetizerLogInterval -
sendPacketizerWarning
protected int sendPacketizerWarning
-
-
Constructor Details
-
HTTPPoller
public HTTPPoller()
-
-
Method Details