Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkNotNull (0.19 sec)

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

          check(x509TrustManager == null)
          check(certificatePinner == CertificatePinner.DEFAULT)
        } else {
          checkNotNull(sslSocketFactoryOrNull) { "sslSocketFactory == null" }
          checkNotNull(certificateChainCleaner) { "certificateChainCleaner == null" }
          checkNotNull(x509TrustManager) { "x509TrustManager == null" }
        }
      }
    
      /** Prepares the [request] to be executed at some point in the future. */
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Apr 06 04:21:33 GMT 2024
    - 52K bytes
    - Viewed (0)
Back to top