public interface  org.apache.http.concurrent.Cancellable extends java.lang.Object
{
public abstract boolean cancel();
}