Class PushPublishHTTPPusher.HTTPPoller

  • All Implemented Interfaces:
    Runnable
    Enclosing class:
    PushPublishHTTPPusher

    public class PushPublishHTTPPusher.HTTPPoller
    extends Thread
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.lang.Thread

        Thread.State, Thread.UncaughtExceptionHandler
    • 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
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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
    • Constructor Detail

      • HTTPPoller

        public HTTPPoller()
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable
        Overrides:
        run in class Thread