Package net.sf.basedb.util.uri.http
Class HttpConnectionManager.TimeoutTimer
java.lang.Object
java.util.TimerTask
net.sf.basedb.util.uri.http.HttpConnectionManager.TimeoutTimer
- All Implemented Interfaces:
Runnable
- Enclosing class:
- HttpConnectionManager
-
Field Summary
Modifier and TypeFieldDescriptionprivate final org.apache.http.client.methods.HttpGet
private boolean
private boolean
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
-
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