Connection pooling using jersey client

后端 未结 1 1553
春和景丽
春和景丽 2021-02-14 05:22

I am very new to Jersey and I did a search but unable to figure out whether Is there a way in jersey client to use connection pooling instead o

1条回答
  •  青春惊慌失措
    2021-02-14 06:09

    You can configure Jersey client to use Apache HttpClient with connection pooling. Details of how to do so can be found on this blog post. Note that the post itself covers Jersey 2.x, but there is a gist for Jersey 1.x mentioned in the comments.

    0 讨论(0)
提交回复
热议问题