Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for effectivePort (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

                append(host)
              }
            }
    
            if (port != -1 || scheme != null) {
              val effectivePort = effectivePort()
              if (scheme == null || effectivePort != defaultPort(scheme!!)) {
                append(':')
                append(effectivePort)
              }
            }
    
            encodedPathSegments.toPathString(this)
    
            if (encodedQueryNamesAndValues != null) {
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Mon May 05 16:01:00 GMT 2025
    - 63.5K bytes
    - Click Count (0)
Back to Top