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