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

com.qcloud.cos.transfer.CIPostJob Maven / Gradle / Ivy

package com.qcloud.cos.transfer;

import com.qcloud.cos.exception.PauseException;

import java.io.IOException;

public interface CIPostJob extends Transfer {

    /**
     * Cancels this download.
     *
     * @throws IOException
     */
    public void abort() throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy