Uses of Interface
com.amazonaws.http.timers.client.ClientExecutionAbortTrackerTask
Packages that use ClientExecutionAbortTrackerTask
-
Uses of ClientExecutionAbortTrackerTask in com.amazonaws.http
Methods in com.amazonaws.http that return ClientExecutionAbortTrackerTaskMethods in com.amazonaws.http with parameters of type ClientExecutionAbortTrackerTaskModifier and TypeMethodDescriptionvoid
ExecutionContext.setClientExecutionTrackerTask
(ClientExecutionAbortTrackerTask clientExecutionTrackerTask) -
Uses of ClientExecutionAbortTrackerTask in com.amazonaws.http.timers.client
Classes in com.amazonaws.http.timers.client that implement ClientExecutionAbortTrackerTaskModifier and TypeClassDescriptionclass
Keeps track of the scheduledClientExecutionAbortTask
and the associatedinvalid reference
Future
class
Dummy implementation ofClientExecutionAbortTrackerTask
used when the timer is disabled for a requestMethods in com.amazonaws.http.timers.client that return ClientExecutionAbortTrackerTaskModifier and TypeMethodDescriptionClientExecutionTimer.startTimer
(int clientExecutionTimeoutMillis) 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.