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