media/extensions/okhttp
Satoshi Matsumoto 880bdc181a Use Call.Factory instead of OkHttpClient
This allows using alternate implementation of an HTTP client. We can use
OkHttpClient as before as it implements Call.Factory.
2016-10-07 21:00:27 +09:00
..
src/main Use Call.Factory instead of OkHttpClient 2016-10-07 21:00:27 +09:00
build.gradle Publish OkHttp extension to Bintray. 2016-10-04 23:41:36 +01:00
README.md Finalize v2 directory + package name 2016-07-08 12:12:09 +01:00

ExoPlayer OkHttp Extension

Description

The OkHttp Extension is an HttpDataSource implementation using Square's OkHttp.