- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 45 for confirm (0.03 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/internal/cache/DiskLruCacheTest.kt
filesystem.setFaultyDelete(cacheDir / "a.1", true) taskFaker.runNextTask() // Confirm the partial snapshot is not returned. assertThat(cache["a"]).isNull() // Confirm we prevent edits after a trim failure. assertThat(cache.edit("a")).isNull() // Confirm the partial snapshot is not returned after a successful trim. filesystem.setFaultyDelete(cacheDir / "a.1", false)
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 75.7K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/HttpOverHttp2Test.kt
}.also { expected -> assertThat(expected.message).isEqualTo("timeout") } // Confirm that a subsequent request on the same connection is not impacted. val call2 = client.newCall(Request(server.url("/"))) val response2 = call2.execute() assertThat(response2.body.string()).isEqualTo("A") // Confirm that the connection was reused. assertThat(server.takeRequest().exchangeIndex).isEqualTo(0)
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Jun 20 11:46:46 UTC 2025 - 73.4K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/EventListenerTest.kt
server.protocols = Arrays.asList(Protocol.HTTP_2, Protocol.HTTP_1_1) timeToFirstByte() } /** * Test to confirm that events are reported at the time they occur and no earlier and no later. * This inserts a bunch of synthetic 250 ms delays into both client and server and confirms that * the same delays make it back into the events. *
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Jun 20 11:46:46 UTC 2025 - 60.4K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/Http2ConnectionTest.kt
val data2 = peer.takeFrame() assertThat(data2.type).isEqualTo(Http2.TYPE_DATA) assertThat(data2.streamId).isEqualTo(3) assertArrayEquals("fghi".toByteArray(), data2.data) } /** * Confirm that we account for discarded data frames. It's possible that data frames are in-flight * just prior to us canceling a stream. */ @Test fun discardedDataFramesAreCounted() { // Write the mocking script.
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 75.5K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/OkHttpClient.kt
} // Assign as an unmodifiable list. This is effectively immutable. this.protocols = protocolsCopy.unmodifiable() } /** * Sets the verifier used to confirm that response certificates apply to requested hostnames for * HTTPS connections. * * If unset, a default hostname verifier will be used. */
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon May 05 16:01:00 UTC 2025 - 51.7K bytes - Viewed (0) -
docs/changelogs/changelog_3x.md
calls and for idle connections in the connection pool. (Pings do not impact when pooled connections are evicted). If you have a configured ping interval, you should confirm that it is long enough for a roundtrip from client to server. If your ping interval is too short, slow connections may be misinterpreted as failed connections. A ping
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Feb 06 14:55:54 UTC 2022 - 50.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
import org.codelibs.fess.mylasta.direction.FessConfig; import org.codelibs.fess.opensearch.config.exentity.CrawlingConfig; import org.codelibs.fess.opensearch.config.exentity.CrawlingConfig.ConfigName; import org.codelibs.fess.opensearch.config.exentity.CrawlingConfig.Param.Config; import org.codelibs.fess.opensearch.config.exentity.CrawlingConfig.Param.XPath; import org.codelibs.fess.util.ComponentUtil;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 54.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsBoostDocumentRuleCA.java
*/ package org.codelibs.fess.opensearch.config.cbean.ca.bs; import org.codelibs.fess.opensearch.config.allcommon.EsAbstractConditionAggregation; import org.codelibs.fess.opensearch.config.allcommon.EsAbstractConditionQuery; import org.codelibs.fess.opensearch.config.cbean.ca.BoostDocumentRuleCA; import org.codelibs.fess.opensearch.config.cbean.cq.BoostDocumentRuleCQ; import org.codelibs.fess.opensearch.config.cbean.cq.bs.BsBoostDocumentRuleCQ;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 50.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsDuplicateHostCA.java
*/ package org.codelibs.fess.opensearch.config.cbean.ca.bs; import org.codelibs.fess.opensearch.config.allcommon.EsAbstractConditionAggregation; import org.codelibs.fess.opensearch.config.allcommon.EsAbstractConditionQuery; import org.codelibs.fess.opensearch.config.cbean.ca.DuplicateHostCA; import org.codelibs.fess.opensearch.config.cbean.cq.DuplicateHostCQ; import org.codelibs.fess.opensearch.config.cbean.cq.bs.BsDuplicateHostCQ;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 50.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsRelatedContentCA.java
*/ package org.codelibs.fess.opensearch.config.cbean.ca.bs; import org.codelibs.fess.opensearch.config.allcommon.EsAbstractConditionAggregation; import org.codelibs.fess.opensearch.config.allcommon.EsAbstractConditionQuery; import org.codelibs.fess.opensearch.config.cbean.ca.RelatedContentCA; import org.codelibs.fess.opensearch.config.cbean.cq.RelatedContentCQ; import org.codelibs.fess.opensearch.config.cbean.cq.bs.BsRelatedContentCQ;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 55.1K bytes - Viewed (0)