- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for httpclient (1.28 sec)
-
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
* @throws SearchEngineClientException if the client is not an HttpClient */ public EngineInfo getEngineInfo() { if (client instanceof final HttpClient httpClient) { return httpClient.getEngineInfo(); } throw new SearchEngineClientException("client is not HttpClient."); } // // Fesen Client // /**Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 122.4K bytes - Viewed (1) -
compat/maven-model-builder/src/test/resources/dag.txt
quarkus/independent-projects/bootstrap/maven-resolver/pom.xml quarkus/independent-projects/bootstrap/gradle-resolver/pom.xml quarkus/extensions/apache-httpclient/deployment/pom.xml quarkus/extensions/arc/deployment/pom.xml quarkus/extensions/apache-httpclient/runtime/pom.xml quarkus/extensions/scheduler/kotlin/pom.xml quarkus/extensions/scheduler/common/pom.xml quarkus/extensions/arc/runtime/pom.xml
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 224K bytes - Viewed (0) -
okhttp/src/androidMain/baseline-prof.txt
HSPLokhttp3/OkHttpClient$Builder;-><init>()V HSPLokhttp3/OkHttpClient$Companion;-><init>(Landroidx/lifecycle/viewmodel/R$id;)V HSPLokhttp3/OkHttpClient;-><clinit>()V HSPLokhttp3/OkHttpClient;-><init>(Lokhttp3/OkHttpClient$Builder;)V HSPLokhttp3/OkHttpClient;->newBuilder()Lokhttp3/OkHttpClient$Builder; HSPLokhttp3/OkHttpClient;->newCall(Lokhttp3/Request;)Lokhttp3/Call;
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Mon Dec 30 23:28:56 UTC 2024 - 127.9K bytes - Viewed (1) -
okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt
@Test fun setProtocolsWithoutHttp11() { assertFailsWith<IllegalArgumentException> { OkHttpClient .Builder() .protocols(Arrays.asList(Protocol.HTTP_2)) } } @Test fun setProtocolsWithNull() { assertFailsWith<IllegalArgumentException> { OkHttpClient .Builder() .protocols(Arrays.asList(Protocol.HTTP_1_1, null)) } }
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sat Jun 21 20:36:35 UTC 2025 - 133.2K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt
server.enqueue(MockResponse(body = "ghi")) client = OkHttpClient .Builder() .connectionPool(client.connectionPool) .proxy(server.proxyAddress) .build() executeSynchronously("/a").assertBody("abc") client = OkHttpClient .Builder() .connectionPool(client.connectionPool) .proxy(server.proxyAddress)
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Tue Nov 04 19:13:52 UTC 2025 - 147.4K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt
private val server = MockWebServer() @StartStop private val server2 = MockWebServer() private val handshakeCertificates = platform.localhostHandshakeCertificates() private lateinit var client: OkHttpClient private lateinit var cache: Cache private val cookieManager = CookieManager() @BeforeEach fun setUp() { platform.assumeNotOpenJSSE() server.protocolNegotiationEnabled = false
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Oct 03 17:41:45 UTC 2025 - 116.8K bytes - Viewed (0)