com.obs.services.internal.ext.ExtObsConstraint Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of esdk-obs-java-bundle Show documentation
Show all versions of esdk-obs-java-bundle Show documentation
The HuaweiCloud OBS Bundle SDK for Java used for accessing Object Storage Service, this SDK bundle
includes third-party libraries and relocated to different namespaces
The newest version!
package com.obs.services.internal.ext;
public class ExtObsConstraint {
public static final boolean DEFAULT_RETRY_ON_CONNECTION_FAILURE_IN_OKHTTP = false;
public static final int DEFAULT_MAX_RETRY_ON_UNEXPECTED_END_EXCEPTION = -1;
public static final String IS_RETRY_ON_CONNECTION_FAILURE_IN_OKHTTP =
"httpclient.is-retry-on-connection-failure-in-okhttp";
public static final String HTTP_MAX_RETRY_ON_UNEXPECTED_END_EXCEPTION =
"httpclient.max-retry-on-unexpected-end-exception";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy