Package org.apache.http.client.methods
Interface HttpExecutionAware
-
- All Known Implementing Classes:
AbstractExecutionAwareRequest,HttpDelete,HttpEntityEnclosingRequestBase,HttpGet,HttpHead,HttpOptions,HttpPatch,HttpPost,HttpPut,HttpRequestBase,HttpTrace,RequestBuilder.InternalEntityEclosingRequest,RequestBuilder.InternalRequest
public interface HttpExecutionAwareInterface to be implemented by any object that wishes to be notified of blocking I/O operations that could be cancelled.- Since:
- 4.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisAborted()voidsetCancellable(org.apache.http.concurrent.Cancellable cancellable)SetsCancellablefor the ongoing operation.
-