ClientExecutionAbortTrackerTaskImpl
, NoOpClientExecutionAbortTrackerTask
public interface ClientExecutionAbortTrackerTask
Modifier and Type | Method | Description |
---|---|---|
void |
cancelTask() |
|
boolean |
hasTimeoutExpired() |
|
boolean |
isEnabled() |
|
void |
setCurrentHttpRequest(Abortable newRequest) |
Client execution timer task needs to abort the current running HTTP request when executed.
|
void setCurrentHttpRequest(Abortable newRequest)
boolean hasTimeoutExpired()
boolean isEnabled()
void cancelTask()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.