- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for successfulHttpProxyConnect (0.11 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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 Dec 26 11:42:13 GMT 2025 - 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 Dec 26 11:42:13 GMT 2025 - Last Modified: Wed Nov 05 18:28:35 GMT 2025 - 70.5K bytes - Click Count (0)