org.apache.http.client.methods
Interface HttpExecutionAware

All Known Implementing Classes:
AbstractExecutionAwareRequest, HttpDeleteHC4, HttpEntityEnclosingRequestBaseHC4, HttpGetHC4, HttpHeadHC4, HttpOptionsHC4, HttpPatch, HttpPostHC4, HttpPutHC4, HttpRequestBaseHC4, HttpTraceHC4

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

Method Detail

isAborted

boolean isAborted()

setCancellable

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