Skip to content

Instantly share code, notes, and snippets.

@Treydone
Treydone / gist:8860062
Last active August 29, 2015 13:56
HttpComponentsFeedFetcher
import java.io.IOException;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.zip.GZIPInputStream;
import org.apache.http.Header;
import org.apache.http.client.methods.CloseableHttpResponse;
import org.apache.http.client.methods.HttpGet;