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

com.aliyun.openservices.eas.predict.http.RetryCondition Maven / Gradle / Ivy

There is a newer version: 2.0.20
Show newest version
package com.aliyun.openservices.eas.predict.http;

public enum RetryCondition {
    CONNECTION_FAILED,
    CONNECTION_TIMEOUT,
    READ_TIMEOUT,
    RESPONSE_5XX,
    RESPONSE_4XX
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy