maxConnectionsPerHost 属性

int? maxConnectionsPerHost
getter/setter 配对

获取和设置到单个主机的最大活动连接数。

增加此数字可能会降低性能并占用不必要的系统资源。

要禁用,设置为 null

默认值为 null

实现

int? maxConnectionsPerHost;