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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isAborted()
void
setCancellable(Cancellable cancellable)
SetsCancellable
for the ongoing operation.
-
-
-
Method Detail
-
isAborted
boolean isAborted()
-
setCancellable
void setCancellable(Cancellable cancellable)
SetsCancellable
for the ongoing operation.
-
-