Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for portColonOffset (0.06 seconds)

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

                  // Host info precedes.
                  val portColonOffset = portColonOffset(input, pos, componentDelimiterOffset)
                  if (portColonOffset + 1 < componentDelimiterOffset) {
                    host = input.percentDecode(pos = pos, limit = portColonOffset).toCanonicalHost()
                    port = parsePort(input, portColonOffset + 1, componentDelimiterOffset)
                    require(port != -1) {
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Jan 27 09:00:39 GMT 2026
    - 63.5K bytes
    - Click Count (0)
Back to Top