Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for CallStart (0.04 seconds)

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

  1. okhttp/src/jvmTest/kotlin/okhttp3/EventListenerTest.kt

        abcd.callStart(FailingCall())
    
        assertThat(a.takeEvent()).isInstanceOf<CallStart>()
        assertThat(a.eventSequence).isEmpty()
        assertThat(b.takeEvent()).isInstanceOf<CallStart>()
        assertThat(b.eventSequence).isEmpty()
        assertThat(c.takeEvent()).isInstanceOf<CallStart>()
        assertThat(c.eventSequence).isEmpty()
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Wed Nov 05 18:28:35 GMT 2025
    - 70.5K bytes
    - Click Count (0)
  2. okhttp/api/jvm/okhttp.api

    	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
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Wed Nov 05 18:28:35 GMT 2025
    - 70.2K bytes
    - Click Count (0)
Back to Top