Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for x509TrustManager (0.16 sec)

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

      @get:JvmName("sslSocketFactory")
      val sslSocketFactory: SSLSocketFactory
        get() = sslSocketFactoryOrNull ?: throw IllegalStateException("CLEARTEXT-only client")
    
      @get:JvmName("x509TrustManager")
      val x509TrustManager: X509TrustManager?
    
      @get:JvmName("connectionSpecs")
      val connectionSpecs: List<ConnectionSpec> =
        builder.connectionSpecs
    
      @get:JvmName("protocols")
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 06 04:21:33 UTC 2024
    - 52K bytes
    - Viewed (0)
  2. okhttp/api/okhttp.api

    	public final fun sslSocketFactory ()Ljavax/net/ssl/SSLSocketFactory;
    	public final fun webSocketCloseTimeout ()I
    	public final fun writeTimeoutMillis ()I
    	public final fun x509TrustManager ()Ljavax/net/ssl/X509TrustManager;
    }
    
    public final class okhttp3/OkHttpClient$Builder {
    	public final fun -addInterceptor (Lkotlin/jvm/functions/Function1;)Lokhttp3/OkHttpClient$Builder;
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Apr 15 13:41:01 UTC 2024
    - 70.2K bytes
    - Viewed (0)
Back to top