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 HttpExecutionAware
Interface 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
Modifier and TypeMethodDescriptionbooleanvoidsetCancellable(Cancellable cancellable) SetsCancellablefor the ongoing operation.
-
Method Details
-
isAborted
boolean isAborted() -
setCancellable
SetsCancellablefor the ongoing operation.
-