ConnectionPolicy.setMaxPoolSize(int maxPoolSize) Method

Definition

Sets the value of the connection pool size of the httpclient, the default is 100.

public void setMaxPoolSize(int maxPoolSize)

Parameters

maxPoolSize
int

The value of the connection pool size the httpclient is using.

Applies to