Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for It (0.12 sec)

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

          fastFallback = fastFallback,
          routeDatabase = routeDatabase,
        ).also {
          // Cache the pool in the builder so that it will be shared with other clients
          builder.connectionPool = it
        }
    
      constructor() : this(Builder())
    
      init {
        if (connectionSpecs.none { it.isTls }) {
          this.sslSocketFactoryOrNull = null
          this.certificateChainCleaner = null
          this.x509TrustManager = null
    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