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

com.github.shoothzj.sdk.http.module.HttpPoolConfig Maven / Gradle / Ivy

There is a newer version: 3.0.31.RELEASE
Show newest version
package com.github.shoothzj.sdk.http.module;

import lombok.Data;

/**
 * @author hezhangjian
 */
@Data
public class HttpPoolConfig {

    private int maxConnPerRoute;

    private int maxConnTotal;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy