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 TypeMethodDescriptionboolean
void
setCancellable
(Cancellable cancellable) SetsCancellable
for the ongoing operation.
-
Method Details
-
isAborted
boolean isAborted() -
setCancellable
SetsCancellable
for the ongoing operation.
-