users@jersey.java.net

[Jersey] ApacheConnector to take in a constructed HttpClient

From: Ram N <yramiyer_at_gmail.com>
Date: Tue, 30 Jul 2013 22:26:39 -0700

I don't find a way to use an already constructed httpclient with the
connector or with client builders. Am I missing something? If not can we
add a new c'tor to ApacheConnector to take in a client?


public ApacheConnector(HttpClient client) {

    this.client = client;

}