Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for enableTls (0.03 sec)

  1. okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt

      }
    
      @Test
      fun tls() {
        enableTls()
        server.enqueue(
          MockResponse(
            headers = headersOf("Content-Type", "text/plain"),
            body = "abc",
          ),
        )
        executeSynchronously("/").assertHandshake()
      }
    
      @Test
      fun tls_Async() {
        enableTls()
        server.enqueue(
          MockResponse(
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Jul 31 04:18:40 UTC 2025
    - 146.6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

         *
         * @return true if running in embedded mode, false otherwise
         */
        public boolean isEmbedded() {
            return runner != null;
        }
    
        /**
         * Enables the use of ingest pipelines for document processing.
         */
        public void usePipeline() {
            usePipeline = true;
        }
    
        /**
         * Resolves a hostname to an InetAddress.
         *
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 121.9K bytes
    - Viewed (0)
Back to top