org.apache.http.concurrent
Interface Cancellable

All Known Subinterfaces:
ConnectionRequest
All Known Implementing Classes:
BasicFuture

public interface Cancellable

A Cancellable represents a process or an operation that can be canceled.

Since:
4.2

Method Summary
 boolean cancel()
           
 

Method Detail

cancel

boolean cancel()