Uses of Interface
software.amazon.awssdk.core.internal.http.timers.TimeoutTask
-
Packages that use TimeoutTask Package Description software.amazon.awssdk.core.internal.http.timers -
-
Uses of TimeoutTask in software.amazon.awssdk.core.internal.http.timers
Classes in software.amazon.awssdk.core.internal.http.timers that implement TimeoutTask Modifier and Type Class Description classAsyncTimeoutTaskImplementation ofTimeoutTaskfor asynchronous operations to be scheduled to fail theCompletableFutureand abort the asynchronous requests.classSyncTimeoutTaskTimeoutTaskto be scheduled for synchronous operations.Constructors in software.amazon.awssdk.core.internal.http.timers with parameters of type TimeoutTask Constructor Description ApiCallTimeoutTracker(TimeoutTask timeout, ScheduledFuture<?> future)
-