Skip to content

Instantly share code, notes, and snippets.

@alterakey
alterakey / OkHttpStack.java
Last active August 29, 2015 14:03 — forked from JakeWharton/OkHttpStack.java
OkHttpStack ported to OkHttp 2.0
import com.android.volley.toolbox.HurlStack;
import com.squareup.okhttp.OkHttpClient;
import com.squareup.okhttp.OkUrlFactory;
import java.io.IOException;
import java.net.HttpURLConnection;
import java.net.URL;
/**
* Ported to OkHttp 2.0, based on https://gist.github.com/JakeWharton/5616899 .
*