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 TypeMethodDescriptionvoidExecutionContext.setClientExecutionTrackerTask(ClientExecutionAbortTrackerTask clientExecutionTrackerTask) -
Uses of ClientExecutionAbortTrackerTask in com.amazonaws.http.timers.client
Classes in com.amazonaws.http.timers.client that implement ClientExecutionAbortTrackerTaskModifier and TypeClassDescriptionclassKeeps track of the scheduledClientExecutionAbortTaskand the associatedinvalid reference
FutureclassDummy implementation ofClientExecutionAbortTrackerTaskused 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.