- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 85 for Developer (0.05 sec)
-
android/guava/src/com/google/common/net/HttpHeaders.java
/** * The HTTP <a * href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Link_prefetching_FAQ#As_a_server_admin.2C_can_I_distinguish_prefetch_requests_from_normal_requests.3F">{@code * Purpose}</a> header field name. * * @since 28.0 */ public static final String PURPOSE = "Purpose"; /** * The HTTP <a
Registered: 2024-11-01 12:43 - Last Modified: 2024-10-01 19:08 - 35.3K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/ConnectionSpecTest.kt
CipherSuite.TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA.javaName, ) applyConnectionSpec(tlsSpec, sslSocket, false) if (platform.isAndroid) { // https://developer.android.com/reference/javax/net/ssl/SSLSocket val sdkVersion = platform.androidSdkVersion() if (sdkVersion != null && sdkVersion >= 29) { assertThat(sslSocket.enabledCipherSuites)
Registered: 2024-11-01 11:42 - Last Modified: 2024-01-08 01:13 - 14.7K bytes - Viewed (0) -
guava/src/com/google/common/net/MediaType.java
public static final MediaType WASM_APPLICATION = createConstant(APPLICATION_TYPE, "wasm"); /** * NaCl applications. For more information see <a * href="https://developer.chrome.com/native-client/devguide/coding/application-structure">the * Developer Guide for Native Client Application Structure</a>. * * @since 20.0 */ public static final MediaType NACL_APPLICATION = createConstant(APPLICATION_TYPE, "x-nacl");
Registered: 2024-11-01 12:43 - Last Modified: 2024-09-26 19:15 - 47.5K bytes - Viewed (0) -
docs/features/connections.md
* They don't specify whether a specific proxy server should be used or how to authenticate with that...
Registered: 2024-11-01 11:42 - Last Modified: 2022-02-21 03:33 - 5.4K bytes - Viewed (0) -
android/pom.xml
<url>https://github.com/google/guava</url> </scm> <developers> <developer> <id>kevinb9n</id> <name>Kevin Bourrillion</name> <email>******@****.***</email> <organization>Google</organization> <organizationUrl>http://www.google.com</organizationUrl> <roles> <role>owner</role> <role>developer</role> </roles> <timezone>-8</timezone> </developer>
Registered: 2024-11-01 12:43 - Last Modified: 2024-10-31 14:51 - 21K bytes - Viewed (0) -
pom.xml
<url>https://github.com/google/guava</url> </scm> <developers> <developer> <id>kevinb9n</id> <name>Kevin Bourrillion</name> <email>******@****.***</email> <organization>Google</organization> <organizationUrl>http://www.google.com</organizationUrl> <roles> <role>owner</role> <role>developer</role> </roles> <timezone>-8</timezone> </developer>
Registered: 2024-11-01 12:43 - Last Modified: 2024-10-31 14:51 - 20.6K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/SettableFuture.java
* task cannot be implemented with {@link ListeningExecutorService}, the various {@link Futures} * utility methods, or {@link ListenableFutureTask}. Those APIs have less opportunity for developer * error. If your needs are more complex than {@code SettableFuture} supports, use {@link * AbstractFuture}, which offers an extensible version of the API. * * @author Sven Mawson
Registered: 2024-11-01 12:43 - Last Modified: 2021-10-01 17:18 - 2.4K bytes - Viewed (0) -
guava/src/com/google/common/util/concurrent/SettableFuture.java
* task cannot be implemented with {@link ListeningExecutorService}, the various {@link Futures} * utility methods, or {@link ListenableFutureTask}. Those APIs have less opportunity for developer * error. If your needs are more complex than {@code SettableFuture} supports, use {@link * AbstractFuture}, which offers an extensible version of the API. * * @author Sven Mawson
Registered: 2024-11-01 12:43 - Last Modified: 2021-10-01 17:18 - 2.4K bytes - Viewed (0) -
docs/changelogs/upgrading_to_okhttp_4.md
[mockito]: https://site.mockito.org/ [proguard_problems]: https://github.com/square/okhttp/issues/5167 [require_android_5]: https://code.cash.app/okhttp-3-13-requires-android-5
Registered: 2024-11-01 11:42 - Last Modified: 2022-02-06 16:58 - 10.9K bytes - Viewed (0) -
build.gradle.kts
Registered: 2024-11-01 11:42 - Last Modified: 2024-06-23 17:02 - 9K bytes - Viewed (0)