public interface ClientExecutionAbortTask extends Runnable
ClientExecutionTimer| Modifier and Type | Method and Description | 
|---|---|
| void | cancel()Cancel the task | 
| boolean | hasClientExecutionAborted() | 
| boolean | isEnabled() | 
| void | setCurrentHttpRequest(org.apache.http.client.methods.HttpRequestBase newRequest)Client Execution timer task needs to abort the current running HTTP request when executed. | 
void setCurrentHttpRequest(org.apache.http.client.methods.HttpRequestBase newRequest)
newRequest - boolean hasClientExecutionAborted()
boolean isEnabled()
void cancel()
Copyright © 2023. All rights reserved.