类 ExtObsConfiguration
java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.ObsConfiguration
cn.warpin.thirdPart.huawei.obs.obs.services.internal.ext.ExtObsConfiguration
- 所有已实现的接口:
Cloneable
-
字段概要
字段修饰符和类型字段说明private intprivate boolean -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明intbooleanvoidretryOnConnectionFailureInOkhttp(boolean retryOnConnectionFailureInOkhttp) voidsetMaxRetryOnUnexpectedEndException(int maxRetryOnUnexpectedEndException) 从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.ObsConfiguration
clone, disableNio, enableNio, getAuthType, getBufferSize, getConnectionRequestTimeout, getConnectionTimeout, getCustomizedDnsImpl, getDefaultBucketLocation, getDelimiter, getEndPoint, getEndpointHttpPort, getEndpointHttpsPort, getHttpDispatcher, getHttpProtocolType, getHttpProxy, getIdleConnectionTime, getKeyManagerFactory, getLocalAuthTypeCacheCapacity, getMaxConnections, getMaxErrorRetry, getMaxIdleConnections, getReadBufferSize, getSecureRandom, getSignatString, getSocketReadBufferSize, getSocketTimeout, getSocketWriteBufferSize, getSslProvider, getTrustManagerFactory, getUploadStreamRetryBufferSize, getWriteBufferSize, getXmlDocumentBuilderFactoryClass, isAuthTypeNegotiation, isCname, isDisableDnsBucket, isHttpsOnly, isKeepAlive, isNio, isPathStyle, isStrictHostnameVerification, isUseReaper, isValidateCertificate, isVerifyResponseContentType, setAuthType, setAuthTypeNegotiation, setBufferSize, setCname, setConnectionRequestTimeout, setConnectionTimeout, setCustomizedDnsImpl, setDefaultBucketLocation, setDelimiter, setDisableDnsBucket, setEndPoint, setEndpointHttpPort, setEndpointHttpsPort, setHttpDispatcher, setHttpProtocolType, setHttpProxy, setHttpProxy, setHttpProxy, setHttpsOnly, setIdleConnectionTime, setIsStrictHostnameVerification, setKeepAlive, setKeyManagerFactory, setLocalAuthTypeCacheCapacity, setMaxConnections, setMaxErrorRetry, setMaxIdleConnections, setPathStyle, setReadBufferSize, setSecureRandom, setSignatString, setSocketReadBufferSize, setSocketTimeout, setSocketWriteBufferSize, setSslProvider, setTrustManagerFactory, setUploadStreamRetryBufferSize, setUseReaper, setValidateCertificate, setVerifyResponseContentType, setWriteBufferSize, setXmlDocumentBuilderFactoryClass
-
字段详细资料
-
retryOnConnectionFailureInOkhttp
private boolean retryOnConnectionFailureInOkhttp -
maxRetryOnUnexpectedEndException
private int maxRetryOnUnexpectedEndException
-
-
构造器详细资料
-
ExtObsConfiguration
public ExtObsConfiguration()
-
-
方法详细资料
-
isRetryOnConnectionFailureInOkhttp
public boolean isRetryOnConnectionFailureInOkhttp() -
retryOnConnectionFailureInOkhttp
public void retryOnConnectionFailureInOkhttp(boolean retryOnConnectionFailureInOkhttp) -
getMaxRetryOnUnexpectedEndException
public int getMaxRetryOnUnexpectedEndException() -
setMaxRetryOnUnexpectedEndException
public void setMaxRetryOnUnexpectedEndException(int maxRetryOnUnexpectedEndException)
-