Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for callFailed (0.14 sec)

  1. okhttp/src/test/java/okhttp3/EventListenerTest.kt

              .build(),
          )
        assertFailsWith<IOException> {
          call.execute()
        }
        listener.removeUpToEvent<DnsStart>()
        val callFailed: CallFailed = listener.removeUpToEvent<CallFailed>()
        assertThat(callFailed.call).isSameAs(call)
        assertThat(callFailed.ioe).isInstanceOf<UnknownHostException>()
      }
    
      @Test
      fun emptyDnsLookup() {
        val emptyDns = Dns { listOf() }
        client =
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 56.9K bytes
    - Viewed (2)
  2. okhttp/api/okhttp.api

    	public fun cacheConditionalHit (Lokhttp3/Call;Lokhttp3/Response;)V
    	public fun cacheHit (Lokhttp3/Call;Lokhttp3/Response;)V
    	public fun cacheMiss (Lokhttp3/Call;)V
    	public fun callEnd (Lokhttp3/Call;)V
    	public fun callFailed (Lokhttp3/Call;Ljava/io/IOException;)V
    	public fun callStart (Lokhttp3/Call;)V
    	public fun canceled (Lokhttp3/Call;)V
    	public fun connectEnd (Lokhttp3/Call;Ljava/net/InetSocketAddress;Ljava/net/Proxy;Lokhttp3/Protocol;)V
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Apr 15 13:41:01 UTC 2024
    - 70.2K bytes
    - Viewed (0)
Back to top