public ApacheHttpClient4Executor(HttpClient httpClient, HttpContext httpContext) { this.httpClient = httpClient; this.httpContext = httpContext; checkClientExceptionMapper(); }
public ApacheHttpClient4Executor() { this.httpClient = new DefaultHttpClient(); this.createdHttpClient = true; checkClientExceptionMapper(); }