Package org.apache.http.concurrent
Interface Cancellable
-
- All Known Subinterfaces:
ConnectionRequest
,HttpAsyncClientExchangeHandler
,HttpAsyncRequestExecutionHandler<T>
,HttpAsyncResponseConsumer<T>
- All Known Implementing Classes:
AbstractAsyncResponseConsumer
,BasicAsyncClientExchangeHandler
,BasicAsyncRequestExecutionHandler
,BasicAsyncResponseConsumer
,BasicFuture
,PipeliningClientExchangeHandler
public interface Cancellable
ACancellable
represents a process or an operation that can be canceled.- Since:
- 4.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
cancel()
-