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 ClientExecutionAbortTrackerTask
ExecutionContext. getClientExecutionTrackerTask()
Methods in com.amazonaws.http with parameters of type ClientExecutionAbortTrackerTask Modifier and Type Method Description void
ExecutionContext. 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 class
ClientExecutionAbortTrackerTaskImpl
Keeps track of the scheduledClientExecutionAbortTask
and the associatedFuture
class
NoOpClientExecutionAbortTrackerTask
Dummy implementation ofClientExecutionAbortTrackerTask
used when the timer is disabled for a requestMethods in com.amazonaws.http.timers.client that return ClientExecutionAbortTrackerTask Modifier and Type Method Description ClientExecutionAbortTrackerTask
ClientExecutionTimer. 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.
-