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 classHttpRequestAbortTaskTrackerImplKeeps track of the scheduledHttpRequestAbortTaskand the associatedFutureclassNoOpHttpRequestAbortTaskTrackerDummy implementation ofHttpRequestAbortTaskTrackerused when the timer is disabled for a requestMethods in com.amazonaws.http.timers.request that return HttpRequestAbortTaskTracker Modifier and Type Method Description HttpRequestAbortTaskTrackerHttpRequestTimer. 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.
-