Skip to content Skip to sidebar Skip to footer
Showing posts with the label Okhttp3

Okhttp Publickey Pinning On Android

Does anyone know how we could implement Public Key pinning with OkHttp3 Have been reading about SSL… Read more Okhttp Publickey Pinning On Android

Retrofit 2: How To Set Individual Timeouts On Specific Requests?

I have set a global timeout in my Retrofit adapter by doing OkHttpClient okHttpClient = new OkHttpC… Read more Retrofit 2: How To Set Individual Timeouts On Specific Requests?

Okhttp Not Selecting Http2 On Android 7.0

I am trying to make an HTTP request to the following domain (http2 enabled) on a device running on … Read more Okhttp Not Selecting Http2 On Android 7.0

Android: Unable To Handle Unknownhostexception [with Retrofit 2, Okhttp3, Rxandroid 2]

I've got an Android app which has been in production for some time. I've received a fatal r… Read more Android: Unable To Handle Unknownhostexception [with Retrofit 2, Okhttp3, Rxandroid 2]

How To Send String Array Data With Okhttp Multipartbuilder Data

I am an android developer. I develop an application. I have a problem. I want to send string array … Read more How To Send String Array Data With Okhttp Multipartbuilder Data

Retrofit2 Httplogginginterceptor Logcat

Probably a novice question but I'm wondering where I actually catch the logs in log cat. Is the… Read more Retrofit2 Httplogginginterceptor Logcat

Caching Error With Retrofit 2 And Okhttp 3

I'm trying to cache HTTP responses from my company API but it looks like the app cannot access … Read more Caching Error With Retrofit 2 And Okhttp 3

Retrofit Closing Response Body

I've been getting this error: A connection to ****** was leaked. Did you forget to close a res… Read more Retrofit Closing Response Body