728x90 timeout1 안드로이드 Retrofit TimeOut import com.google.gson.GsonBuilder import okhttp3.OkHttpClient import okhttp3.logging.HttpLoggingInterceptor import retrofit2.Retrofit import retrofit2.converter.gson.GsonConverterFactory import java.util.concurrent.TimeUnit class RetrofitInstance { companion object { val BASE_URL: String = "https://jsonplaceholder.typicode.com" val interceptor = HttpLoggingInterceptor().apply { this.level = Htt.. 2022. 11. 28. 이전 1 다음 728x90