com.ksyun.api.sdk.http.ClientHttpRequestFactoryConfig Maven / Gradle / Ivy
package com.ksyun.api.sdk.http;
import lombok.Data;
/**
* Created by xuyaming on 2017/6/22.
*/
@Data
public class ClientHttpRequestFactoryConfig {
private Integer maxConnTotal = 200000;
private Integer maxConnPerRoute = 5000;
private Integer connectTimeOut=1000;
private Integer readTimeout=30000;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy