Differences betwwen PoolingClientConnectionManager and PoolingHttpClientConnectionManage? Which is better for HTTP connection?

StackOverflow https://stackoverflow.com/questions/22138415

  •  19-10-2022
  •  | 
  •  

Question

Since 4.3 of httpclient, we can use PoolingHttpClientConnectionManage. I want to know two things.

What is differences betwwen PoolingClientConnectionManager and PoolingHttpClientConnectionManage ?

Which is better for HTTP connection ?

Currently, I am using the PoolingClientConnectionManager. I am thinking to use PoolingHttpClientConnectionManage. Can someone give some advice to me?

Était-ce utile?

La solution

Since 4.3 PoolingClientConnectionManager is deprecated. Just use PoolingHttpClientConnectionManager instead.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top