Class ServiceClient

java.lang.Object
ru.cwcode.tkach.httpWrapper.ServiceClient

public class ServiceClient extends Object
  • Field Details

    • JSON_UTF8

      public static final okhttp3.MediaType JSON_UTF8
    • okHttpClient

      protected final okhttp3.OkHttpClient okHttpClient
    • gson

      protected final com.google.gson.Gson gson
    • baseUrl

      protected final String baseUrl
    • headers

      protected final LinkedHashMap<String,String> headers
  • Constructor Details

    • ServiceClient

      public ServiceClient(okhttp3.OkHttpClient okHttpClient, com.google.gson.Gson gson, String baseUrl)
  • Method Details