All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.qcloud.cos.internal.CosClientAbortTaskMonitor Maven / Gradle / Ivy

There is a newer version: 5.6.238.2
Show newest version
package com.qcloud.cos.internal;

import org.apache.http.client.methods.HttpRequestBase;

public interface CosClientAbortTaskMonitor {
    void setCurrentHttpRequest(HttpRequestBase newRequest);

    boolean hasTimeoutExpired();

    boolean isEnabled();

    void cancelTask();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy