All Downloads are FREE. Search and download functionalities are using the official Maven repository.

retrofit.client.Defaults Maven / Gradle / Ivy

The newest version!
package retrofit.client;

final class Defaults {
  static final int CONNECT_TIMEOUT_MILLIS = 15 * 1000; // 15s
  static final int READ_TIMEOUT_MILLIS = 20 * 1000; // 20s

  private Defaults() {
    // No instances.
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy