Monthly Archives: October 2023

Choosing Connector in Jersey

Jersey is using JDK HttpUrlConnection for sending HTTP requests by default. However, there are cases where the default HttpUrlConnection cannot be used, or where using any other HTTP Client available suits the customer’s needs better.

For this, Jersey comes with a Connector.… Read more

Posted in Jersey | Comments Off on Choosing Connector in Jersey