Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for networkInterceptors (0.25 sec)

  1. okhttp/src/main/kotlin/okhttp3/internal/connection/RealCall.kt

        interceptors += BridgeInterceptor(client.cookieJar)
        interceptors += CacheInterceptor(client.cache)
        interceptors += ConnectInterceptor
        if (!forWebSocket) {
          interceptors += client.networkInterceptors
        }
        interceptors += CallServerInterceptor(forWebSocket)
    
        val chain =
          RealInterceptorChain(
            call = this,
            interceptors = interceptors,
            index = 0,
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Apr 20 17:03:43 GMT 2024
    - 17.9K bytes
    - Viewed (2)
Back to top