Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for followSslRedirects (0.11 sec)

  1. okhttp/src/main/kotlin/okhttp3/OkHttpClient.kt

      val authenticator: Authenticator = builder.authenticator
    
      @get:JvmName("followRedirects")
      val followRedirects: Boolean = builder.followRedirects
    
      @get:JvmName("followSslRedirects")
      val followSslRedirects: Boolean = builder.followSslRedirects
    
      @get:JvmName("cookieJar")
      val cookieJar: CookieJar = builder.cookieJar
    
      @get:JvmName("cache")
      val cache: Cache? = builder.cache
    
      @get:JvmName("dns")
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Apr 06 04:21:33 UTC 2024
    - 52K bytes
    - Viewed (0)
  2. okhttp/api/okhttp.api

    	public final fun dns ()Lokhttp3/Dns;
    	public final fun eventListenerFactory ()Lokhttp3/EventListener$Factory;
    	public final fun fastFallback ()Z
    	public final fun followRedirects ()Z
    	public final fun followSslRedirects ()Z
    	public final fun hostnameVerifier ()Ljavax/net/ssl/HostnameVerifier;
    	public final fun interceptors ()Ljava/util/List;
    	public final fun minWebSocketMessageToCompress ()J
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Apr 15 13:41:01 UTC 2024
    - 70.2K bytes
    - Viewed (0)
Back to top