Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newChain (0.03 sec)

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

      ): Route =
        Route(
          address = address,
          proxy = proxy,
          socketAddress = socketAddress,
        )
    
      fun newChain(call: RealCall): RealInterceptorChain =
        RealInterceptorChain(
          call = call,
          interceptors = listOf(),
          index = 0,
          exchange = null,
          request = call.request(),
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri May 30 21:28:20 UTC 2025
    - 7.7K bytes
    - Viewed (0)
Back to top