Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for inflight (0.03 sec)

  1. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    fishing
    fit
    fitjar.no
    fitness
    fj
    fj.cn
    fjaler.no
    fjell.no
    fl.us
    fla.no
    flakstad.no
    flatanger.no
    fldrv.com
    flekkefjord.no
    flesberg.no
    flickr
    flier.jp
    flight.aero
    flights
    flir
    flog.br
    flop.jp
    floppy.jp
    flora.no
    florence.it
    floripa.br
    florist
    floro.no
    florø.no
    flowers
    flt.cloud.muni.cz
    flutterflow.app
    fly
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  2. okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt

        val call = client.newCall(Request(server.url("/a")))
        val executor = Executors.newSingleThreadExecutor()
        val result = executor.submit<Response?> { call.execute() }
        Thread.sleep(100) // wait for it to go in flight.
        call.cancel()
        assertFailsWith<IOException> {
          result.get()!!.body.bytes()
        }
        assertThat(server.requestCount).isEqualTo(1)
      }
    
      @Test
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Jul 31 04:18:40 UTC 2025
    - 146.6K bytes
    - Viewed (0)
  3. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    fishing
    fit
    fitjar.no
    fitness
    fj
    fj.cn
    fjaler.no
    fjell.no
    fl.us
    fla.no
    flakstad.no
    flatanger.no
    fldrv.com
    flekkefjord.no
    flesberg.no
    flickr
    flier.jp
    flight.aero
    flights
    flir
    flog.br
    flop.jp
    floppy.jp
    flora.no
    florence.it
    floripa.br
    florist
    floro.no
    florø.no
    flowers
    flt.cloud.muni.cz
    flutterflow.app
    fly
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
Back to top