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 Details

    • isAborted

      boolean isAborted()
    • setCancellable

      void setCancellable(Cancellable cancellable)
      Sets Cancellable for the ongoing operation.