Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for withSocketFactory (0.15 seconds)

  1. okhttp/src/commonJvmAndroid/kotlin/okhttp3/Interceptor.kt

        /**
         * Override the [SocketFactory] for the Call.Chain.
         *
         * @throws IllegalStateException if this is a Network Interceptor, since the override is too late.
         */
        fun withSocketFactory(socketFactory: SocketFactory): Chain
    
        /**
         * Returns true if the call should retry on connection failures.
         */
        val retryOnConnectionFailure: Boolean
    
        /**
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Mar 10 21:47:20 GMT 2026
    - 8.9K bytes
    - Click Count (0)
Back to Top