I need to intagrate MobileIron SDK in Android app. The app use Retrofit library. But MobileIron documentation says:
HTTP Redirect for HTTP Tunneling is not supported for the following classes (which do support HTTP Tunnel)
- java.net.HttpURLConnection
- java.net.ssl.HttpsURLConnection
- AndroidHttpClient
and
HTTP Tunneling when using non-standard libraries such as the following:
- com.squareup.okhttp.HttpClient
- Apache HttpClient library that has been repackaged under the ch.boye.httpclientandroidlib package
How can I replace Retrofit in app, if documentation says, that I can not using HttpURLConnection ?