Class OkHttpClientBuilder

java.lang.Object
com.amilesend.tvmaze.client.connection.http.OkHttpClientBuilder

public class OkHttpClientBuilder extends Object
Utility to configure and build a OkHttpClient with the option of default configuration for this SDK. This supports configuring a client that:
  • Customizes the SSL trust manager and hostname verifier
  • Configures a proxy with username and password
  • Configures support to follow redirects
  • Configures connection and read/write timeouts (default is disabled)