Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for handleSuccess (0.06 sec)

  1. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/connection/ConnectPlan.kt

          }
        }
        return null
      }
    
      /** Returns the connection to use, which might be different from [connection]. */
      override fun handleSuccess(): RealConnection {
        call.client.routeDatabase.connected(route)
    
        val connection = this.connection!!
        connection.connectionListener.connectEnd(connection, route, call)
    
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Wed Oct 08 03:50:05 UTC 2025
    - 19.3K bytes
    - Viewed (2)
Back to top