Top "Okhttp" questions

An HTTP+HTTP/2 client for Android and Java applications.

Square`s OkHttp. Download progress

Is there any way to get downloading file progress when using square`s OkHttp? I did not find any solution …

android android-networking okhttp
Unsupported operation: Android, Retrofit, OkHttp. Adding interceptor in OkHttpClient

I am trying to add token based authentication via Retrofit 2.0-beta3 and OkHttpClient in Android using interceptors. But I get …

java android retrofit okhttp retrofit2
Intercept and retry call by means of OkHttp Interceptors

I need to retry request inside of OkHttp Interceptor. For example there is incoming request which needs Authorization token. If …

java retrofit okhttp interceptor
OkHttpClient throws exception after upgrading to OkHttp3

I'm using following lines of code to add a default header to all of my requests sent using Retrofit2: private …

android retrofit okhttp retrofit2 okhttp3
How to implement Android Volley with OkHttp 2.0?

This OkHttpStack is no longer supported in OkHttp2.0: https://gist.github.com/JakeWharton/5616899 What is the current pattern to integrate …

android android-volley okhttp
Why should I use OkHttp instead of android httpClient and AsyncTask

In the presentation of Paresh Mayani at SpeakerDeck (https://speakerdeck.com/pareshmayani/lazy-android-developers-be-productive) he says that it's better to use …

android retrofit okhttp android-networking androidhttpclient
kotlin/TypeCastException when trying to create OkHttpClient object

When i try to create a new OkHttpClient object an Exception get thrown I'm using OkHttp 3.11.0 and OkIO 2.0.0-RC1. Exception …

java okhttp okio
Android okHttp addFormDataPart dynamically for Multiple Image

Hello AndroidUploaders, I had given answer Uploading a large file in multipart using OkHttp but i am stuck with multiple …

java android image-uploading multipart okhttp
Download progress with RxJava, OkHttp and Okio in Android

In our app I download an image file with this code. I need to show download progress(downloaded bytes in …

android rx-java okhttp okio
Is it possible to disable following redirects in OkHttp 2.0?

In Android, I'd like to use the new OkHttp 2.0 to request some URLs, but I'd like more control over redirects. …

android redirect okhttp