Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newAddress (0.14 sec)

  1. okhttp-testing-support/src/main/kotlin/okhttp3/TestValueFactory.kt

                connectionUser = user,
              ),
              taskRunner,
            )
          },
        )
      }
    
      /** Returns an address that's without an SSL socket factory or hostname verifier.  */
      fun newAddress(
        uriHost: String = this.uriHost,
        uriPort: Int = this.uriPort,
        proxy: Proxy? = null,
        proxySelector: ProxySelector = this.proxySelector,
      ): Address {
        return Address(
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Apr 20 17:03:43 GMT 2024
    - 7.7K bytes
    - Viewed (0)
Back to top