1

How can I implement a jersey 1 client with a http proxy? I find many information on the net about jersey 2 but no jersey 1. Any idea?

My client is currently created like this:

ClientConfig config = new DefaultClientConfig();
config.getFeatures().put(JSONConfiguration.FEATURE_POJO_MAPPING, Boolean.TRUE);
Client client = Client.create(config);
peez80
  • 1,583
  • 2
  • 15
  • 32

0 Answers0