- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 10 for mkcall1 (0.09 sec)
-
okhttp/src/test/java/okhttp3/internal/http2/HttpOverHttp2Test.kt
} } client = client.newBuilder() .proxy(server.toProxyAddress()) .build() val call1 = client.newCall(Request("https://android.com/call1".toHttpUrl())) val response2 = call1.execute() assertThat(response2.body.string()).isEqualTo("call1 response") val call1Connect = server.takeRequest() assertThat(call1Connect.method).isEqualTo("CONNECT")
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Thu Apr 11 22:09:35 UTC 2024 - 75.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/mail/TestmailPostcard.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.mylasta.mail; import org.lastaflute.core.mail.LaTypicalPostcard; import org.lastaflute.core.mail.MPCall; import org.lastaflute.core.mail.Postbox; /** * The postcard for MailFlute on LastaFlute. * @author FreeGen */ public class TestmailPostcard extends LaTypicalPostcard {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 3.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/mail/EsStatusPostcard.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.mylasta.mail; import org.lastaflute.core.mail.LaTypicalPostcard; import org.lastaflute.core.mail.MPCall; import org.lastaflute.core.mail.Postbox; /** * The postcard for MailFlute on LastaFlute. * @author FreeGen */ public class EsStatusPostcard extends LaTypicalPostcard {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 4.7K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/internal/tls/CertificatePinnerChainValidationTest.kt
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 23.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/mail/CrawlerPostcard.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.mylasta.mail; import org.lastaflute.core.mail.LaTypicalPostcard; import org.lastaflute.core.mail.MPCall; import org.lastaflute.core.mail.Postbox; /** * The postcard for MailFlute on LastaFlute. * @author FreeGen */ public class CrawlerPostcard extends LaTypicalPostcard {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 10K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/ServerTruncatesRequestTest.kt
throw IOException("fake socket failure") } } } val localClient = client.newBuilder().eventListener(eventListener).build() val call1 = localClient.newCall(Request(server.url("/"))) call1.execute().use { response -> assertThat(response.body.string()).isEqualTo("Req1") assertThat(response.handshake).isNotNull() assertThat(response.protocol == Protocol.HTTP_1_1)
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 9.5K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/EventListenerTest.kt
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Jan 20 10:30:28 UTC 2024 - 56.9K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/ConnectionCoalescingTest.kt
}, ) .eventListenerFactory(clientTestRule.wrap(listener1)) .build() val request = Request.Builder().url(sanUrl).build() val call1 = client1.newCall(request) call1.enqueue( object : Callback { @Throws(IOException::class) override fun onResponse( call: Call, response: Response, ) { try {
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Jan 20 10:30:28 UTC 2024 - 18.7K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/URLConnectionTest.kt
transferKind.setBody(mockResponse2, "LMNOPQRSTUV", 1024) server.enqueue(mockResponse2.build()) val call1 = client.newCall(newRequest("/")) val response1 = call1.execute() val in1 = response1.body.byteStream() assertThat(readAscii(in1, 5)).isEqualTo("ABCDE") in1.close() call1.cancel() val call2 = client.newCall(newRequest("/")) val response2 = call2.execute()
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Jan 20 10:30:28 UTC 2024 - 131.7K bytes - Viewed (0) -
cmd/testdata/decryptObjectInfo.json.zst
cryption-S3-Sealed-Key":"IAAfAPGLrk2nmFraRIF2/EGNyA==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"application/octet-stream"}},{"Bucket":"buck1","Name":"go_113/src/cmd/vendor/golang.org/x/sys/unix/mkall.sh","UserDef":{"X-Minio-Internal-Server-Side-Encryption-Iv":"fC3xVFiyP7QQh/5eFv7TTUY9NwVEOKGtld=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfAN4Ybiyd84if6...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 29 16:34:20 UTC 2020 - 164K bytes - Viewed (0)