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

com.ksyun.api.sdk.http.ClientHttpRequestFactoryConfig Maven / Gradle / Ivy

There is a newer version: 2.1.8
Show newest version
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