Package de.mediathekview.mlib.tool
Class MVHttpClient
- java.lang.Object
-
- de.mediathekview.mlib.tool.MVHttpClient
-
public class MVHttpClient extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description okhttp3.OkHttpClientgetHttpClient()static MVHttpClientgetInstance()okhttp3.OkHttpClientgetReducedTimeOutClient()
-
-
-
Method Detail
-
getInstance
public static MVHttpClient getInstance()
-
getHttpClient
public okhttp3.OkHttpClient getHttpClient()
-
getReducedTimeOutClient
public okhttp3.OkHttpClient getReducedTimeOutClient()
-
-