Skip to content

Instantly share code, notes, and snippets.

View geohurtarte2015's full-sized avatar
🎯
Focusing

Edgar Giovanni Hurtarte geohurtarte2015

🎯
Focusing
View GitHub Profile
@arganzheng
arganzheng / PoolingHttpClient
Created June 18, 2015 02:35
An HttpClient with PoolingHttpClientConnectionManager
package org.opentsdb.client;
import static com.google.common.base.Preconditions.checkArgument;
import java.io.IOException;
import java.util.concurrent.TimeUnit;
import org.apache.commons.lang.StringUtils;
import org.apache.http.HeaderElement;
import org.apache.http.HeaderElementIterator;