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?

Was it helpful?

Solution

Since 4.3 PoolingClientConnectionManager is deprecated. Just use PoolingHttpClientConnectionManager instead.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top