Uses of Interface
com.amazonaws.http.timers.client.ClientExecutionAbortTrackerTask
-
Packages that use ClientExecutionAbortTrackerTask Package Description com.amazonaws.http com.amazonaws.http.timers.client -
-
Uses of ClientExecutionAbortTrackerTask in com.amazonaws.http
Methods in com.amazonaws.http that return ClientExecutionAbortTrackerTask Modifier and Type Method Description ClientExecutionAbortTrackerTaskExecutionContext. getClientExecutionTrackerTask()Methods in com.amazonaws.http with parameters of type ClientExecutionAbortTrackerTask Modifier and Type Method Description voidExecutionContext. setClientExecutionTrackerTask(ClientExecutionAbortTrackerTask clientExecutionTrackerTask) -
Uses of ClientExecutionAbortTrackerTask in com.amazonaws.http.timers.client
Classes in com.amazonaws.http.timers.client that implement ClientExecutionAbortTrackerTask Modifier and Type Class Description classClientExecutionAbortTrackerTaskImplKeeps track of the scheduledClientExecutionAbortTaskand the associatedFutureclassNoOpClientExecutionAbortTrackerTaskDummy implementation ofClientExecutionAbortTrackerTaskused when the timer is disabled for a requestMethods in com.amazonaws.http.timers.client that return ClientExecutionAbortTrackerTask Modifier and Type Method Description ClientExecutionAbortTrackerTaskClientExecutionTimer. 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.
-