Package software.amazon.awssdk.core.internal.http.timers
-
Interface Summary Interface Description TimeoutTask TimeoutTracker Tracker task to track theTimeoutTaskand theScheduledFuturethat schedules the timeout task. -
Class Summary Class Description ApiCallTimeoutTracker Api Call Timeout Tracker to track theTimeoutTaskand theScheduledFuture.AsyncTimeoutTask Implementation ofTimeoutTaskfor asynchronous operations to be scheduled to fail theCompletableFutureand abort the asynchronous requests.NoOpTimeoutTracker A no op implementation ofTimeoutTracker.SyncTimeoutTask TimeoutTaskto be scheduled for synchronous operations.TimerUtils