- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for setSettings (0.07 sec)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Http2Connection.kt
taskRunner.newQueue().execute(name = connectionName, block = readerRunnable) } /** Merges [settings] into this peer's settings and sends them to the remote peer. */ @Throws(IOException::class) fun setSettings(settings: Settings) { writer.withLock { withLock { if (isShutdown) { throw ConnectionShutdownException() } okHttpSettings.merge(settings) }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 31.8K bytes - Viewed (0) -
mockwebserver/src/main/kotlin/mockwebserver3/MockWebServer.kt
private fun writeResponse( stream: Http2Stream, request: RecordedRequest, response: MockResponse, ) { val settings = response.settings stream.connection.setSettings(settings) val bodyDelayNanos = response.bodyDelayNanos val trailers = response.trailers val body = response.body val socketHandler = response.socketHandler val outFinished = (
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 02 20:36:00 UTC 2025 - 40.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
} /** * Sets the configuration settings for the search engine. * * @param settings map of configuration key-value pairs */ public void setSettings(final Map<String, String> settings) { this.settings = settings; } /** * Gets the current cluster health status. * * @return the cluster health status name */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 121.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/saml/SamlAuthenticator.java
} final HttpServletResponse response = LaResponseUtil.getResponse(); try { final Auth auth = new Auth(getSettings(), request, response); final Saml2Settings settings = auth.getSettings(); settings.setSPValidationOnly(true); final String metadata = settings.getSPMetadata();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 16.4K bytes - Viewed (1) -
mockwebserver/api/mockwebserver3.api
public final fun getOnResponseEnd ()Lmockwebserver3/SocketEffect; public final fun getOnResponseStart ()Lmockwebserver3/SocketEffect; public final fun getPushPromises ()Ljava/util/List; public final fun getSettings ()Lokhttp3/internal/http2/Settings; public final fun getShutdownServer ()Z public final fun getSocketHandler ()Lmockwebserver3/SocketHandler; public final fun getStatus ()Ljava/lang/String;
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Jun 20 11:46:46 UTC 2025 - 11.8K bytes - Viewed (0)