com.qcloud.cos.http.HandlerAfterProcess Maven / Gradle / Ivy
package com.qcloud.cos.http;
public interface HandlerAfterProcess {
public void handle(int status, long time_cost);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
package com.qcloud.cos.http;
public interface HandlerAfterProcess {
public void handle(int status, long time_cost);
}