Uses of Interface
com.amazonaws.http.timers.request.HttpRequestAbortTaskTracker
Packages that use HttpRequestAbortTaskTracker
-
Uses of HttpRequestAbortTaskTracker in com.amazonaws.http.timers.request
Classes in com.amazonaws.http.timers.request that implement HttpRequestAbortTaskTrackerModifier and TypeClassDescriptionclass
Keeps track of the scheduledHttpRequestAbortTask
and the associatedFuture
class
Dummy implementation ofHttpRequestAbortTaskTracker
used when the timer is disabled for a requestMethods in com.amazonaws.http.timers.request that return HttpRequestAbortTaskTrackerModifier and TypeMethodDescriptionHttpRequestTimer.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.