Uses of Interface
com.amazonaws.http.timers.request.HttpRequestAbortTaskTracker
-
Packages that use HttpRequestAbortTaskTracker Package Description com.amazonaws.http.timers.request -
-
Uses of HttpRequestAbortTaskTracker in com.amazonaws.http.timers.request
Classes in com.amazonaws.http.timers.request that implement HttpRequestAbortTaskTracker Modifier and Type Class Description class
HttpRequestAbortTaskTrackerImpl
Keeps track of the scheduledHttpRequestAbortTask
and the associatedFuture
class
NoOpHttpRequestAbortTaskTracker
Dummy implementation ofHttpRequestAbortTaskTracker
used when the timer is disabled for a requestMethods in com.amazonaws.http.timers.request that return HttpRequestAbortTaskTracker Modifier and Type Method Description HttpRequestAbortTaskTracker
HttpRequestTimer. startTimer(org.apache.http.client.methods.HttpRequestBase apacheRequest, int requestTimeoutMillis)
Start the timer with the specified timeout and return a object that can be used to track the state of the timer and cancel it if need be.
-