Package org.apache.http.client.methods
Interface HttpExecutionAware
-
- All Known Implementing Classes:
AbstractExecutionAwareRequest,BaseDavRequest,HttpBind,HttpCheckin,HttpCheckout,HttpCopy,HttpDelete,HttpDelete,HttpEntityEnclosingRequestBase,HttpGet,HttpHead,HttpLabel,HttpLock,HttpMerge,HttpMkcol,HttpMkworkspace,HttpMove,HttpOptions,HttpOptions,HttpOrderpatch,HttpPatch,HttpPoll,HttpPost,HttpPropfind,HttpProppatch,HttpPut,HttpRebind,HttpReport,HttpRequestBase,HttpSearch,HttpSubscribe,HttpTrace,HttpUnbind,HttpUnlock,HttpUnsubscribe,HttpUpdate,HttpVersionControl
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(Cancellable cancellable)SetsCancellablefor the ongoing operation.
-
-
-
Method Detail
-
isAborted
boolean isAborted()
-
setCancellable
void setCancellable(Cancellable cancellable)
SetsCancellablefor the ongoing operation.
-
-