Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for CloseSocket (0.36 sec)

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

              if (peek().onResponseStart is CloseSocket) {
                requestFinished.await()
              }
              return super.dispatch(request)
            }
          }
        dispatcher.enqueue(MockResponse(body = "seed connection pool"))
        dispatcher.enqueue(MockResponse.Builder().onResponseStart(CloseSocket()).build())
        dispatcher.enqueue(MockResponse(body = "retry success"))
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Jul 31 04:18:40 UTC 2025
    - 146.6K bytes
    - Viewed (0)
  2. mockwebserver/api/mockwebserver3.api

    	public final fun getVersion ()Ljava/lang/String;
    	public fun toString ()Ljava/lang/String;
    }
    
    public abstract interface class mockwebserver3/SocketEffect {
    }
    
    public final class mockwebserver3/SocketEffect$CloseSocket : mockwebserver3/SocketEffect {
    	public fun <init> ()V
    	public fun <init> (ZZZ)V
    	public synthetic fun <init> (ZZZILkotlin/jvm/internal/DefaultConstructorMarker;)V
    	public final fun getCloseSocket ()Z
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Jun 20 11:46:46 UTC 2025
    - 11.8K bytes
    - Viewed (0)
Back to top