Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for selectProtocol (0.05 sec)

  1. okhttp/src/jvmMain/kotlin/okhttp3/internal/platform/Jdk8WithJettyBootPlatform.kt

            return null
          } else if (methodName == "protocols" && callArgs.isEmpty()) {
            return protocols // Client advertises these protocols.
          } else if ((methodName == "selectProtocol" || methodName == "select") &&
            String::class.java == returnType &&
            callArgs.size == 1 &&
            callArgs[0] is List<*>
          ) {
            val peerProtocols = callArgs[0] as List<*>
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 6.1K bytes
    - Viewed (0)
Back to top