List of usage examples for com.squareup.okhttp Call interface-usage
From source file com.kubeiwu.easyandroid.easyhttp.core.retrofit.KOkHttpCall.java
public class KOkHttpCall<T> implements Call<T> { private final OkHttpClient client; // private final RequestFactory requestFactory; private final Converter<T> responseConverter; // private final Object[] args;
From source file com.pangbo.android.thirdframworks.retrofit.OkHttpCall.java
final class OkHttpCall<T> implements Call<T> { private final OkHttpClient client; private final RequestFactory requestFactory; private final Converter<ResponseBody, T> responseConverter; private final Object[] args;
From source file retrofit.KOkHttpCall.java
public final class KOkHttpCall<T> implements Call<T> { private final OkHttpClient client; private final RequestFactory requestFactory; private final Converter<T> responseConverter; private final Object[] args;
From source file retrofit.OkHttpCall.java
final class OkHttpCall<T> implements Call<T> { private final Retrofit retrofit; private final RequestFactory requestFactory; private final Converter<ResponseBody, T> responseConverter; private final Object[] args;
From source file retrofit2.OkHttpCall.java
final class OkHttpCall<T> implements Call<T> { private final OkHttpClient client; private final RequestFactory requestFactory; private final Converter<ResponseBody, T> responseConverter; private final Object[] args;