- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for successfulHttpProxyConnect (0.61 seconds)
-
okhttp/src/jvmTest/kotlin/okhttp3/ConnectionListenerTest.kt
"ConnectFailed", "ConnectStart", "ConnectEnd", "ConnectionAcquired", "ConnectionReleased", ) } @Test @Throws(IOException::class) fun successfulHttpProxyConnect() { server.enqueue(MockResponse()) val proxy = server.proxyAddress client = client .newBuilder() .proxy(proxy) .build() val call =
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Nov 04 18:33:48 GMT 2025 - 9.7K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/EventListenerTest.kt
eventRecorder.removeUpToEvent<ConnectFailed>() eventRecorder.removeUpToEvent<ConnectStart>() eventRecorder.removeUpToEvent<ConnectEnd>() } @Test fun successfulHttpProxyConnect() { server.enqueue(MockResponse()) client = client .newBuilder() .proxy(server.proxyAddress) .build() val call = client.newCallWithListener(
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Feb 03 22:17:59 GMT 2026 - 70.7K bytes - Click Count (0)