コード例 #1
0
 public ApacheHttpClient4Executor(HttpClient httpClient, HttpContext httpContext) {
   this.httpClient = httpClient;
   this.httpContext = httpContext;
   checkClientExceptionMapper();
 }
コード例 #2
0
 public ApacheHttpClient4Executor() {
   this.httpClient = new DefaultHttpClient();
   this.createdHttpClient = true;
   checkClientExceptionMapper();
 }