Class HttpConnectionManager.TimeoutTimer

java.lang.Object
java.util.TimerTask
net.sf.basedb.util.uri.http.HttpConnectionManager.TimeoutTimer
All Implemented Interfaces:
Runnable
Enclosing class:
HttpConnectionManager

static class HttpConnectionManager.TimeoutTimer
extends TimerTask
  • Field Details

    • get

      private final org.apache.http.client.methods.HttpGet get
    • hasTimedOut

      private volatile boolean hasTimedOut
    • hasCompleted

      private volatile boolean hasCompleted
  • Constructor Details

    • TimeoutTimer

      TimeoutTimer​(org.apache.http.client.methods.HttpGet get)
  • Method Details

    • setCompleted

      void setCompleted()
    • hasTimedOut

      boolean hasTimedOut()
    • run

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