Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for tunnel (0.04 sec)

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

      }
    
      // Don't disconnect after building a tunnel with CONNECT
      // http://code.google.com/p/android/issues/detail?id=37221
      @Test
      fun proxyWithConnectionClose() {
        server.useHttps(handshakeCertificates.sslSocketFactory())
        server.enqueue(
          MockResponse
            .Builder()
            .inTunnel()
            .build(),
        )
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Jun 21 20:36:35 UTC 2025
    - 133.2K bytes
    - Viewed (0)
  2. okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt

          MockResponse
            .Builder()
            .code(407)
            .headers(headersOf("Proxy-Authenticate", "Basic realm=\"localhost\""))
            .inTunnel()
            .build(),
        )
        server.enqueue(
          MockResponse
            .Builder()
            .inTunnel()
            .build(),
        )
        server.enqueue(
          MockResponse(body = "response body"),
        )
        client =
          client
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Jul 31 04:18:40 UTC 2025
    - 146.6K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    sight, hurrying down it.  There was not a moment to be lost:
    away went Alice like the wind, and was just in time to hear it
    say, as it turned a corner, `Oh my ears and whiskers, how late
    it's getting!'  She was close behind it when she turned the
    corner, but the Rabbit was no longer to be seen:  she found
    herself in a long, low hall, which was lit up by a row of lamps
    hanging from the roof.
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

                    .getStatus()
                    .name();
        }
    
        /**
         * Sets the OpenSearch runner for embedded mode.
         *
         * @param runner the OpenSearch runner instance
         */
        public void setRunner(final OpenSearchRunner runner) {
            this.runner = runner;
        }
    
        /**
         * Checks if the search engine is running in embedded mode.
         *
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 121.9K bytes
    - Viewed (0)
  5. src/main/resources/fess_indices/_aws/fess.json

    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 14 00:36:40 UTC 2025
    - 117.3K bytes
    - Viewed (0)
  6. src/main/resources/fess_indices/_cloud/fess.json

    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  7. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    fukushima.fukushima.jp
    fukushima.hokkaido.jp
    fukushima.jp
    fukuyama.hiroshima.jp
    fun
    funabashi.chiba.jp
    funagata.yamagata.jp
    funahashi.toyama.jp
    functions.fnc.fr-par.scw.cloud
    fund
    funnels.cx
    fuoisku.no
    fuossko.no
    furano.hokkaido.jp
    furniture
    furubira.hokkaido.jp
    furudono.fukushima.jp
    furukawa.miyagi.jp
    fusa.no
    fuso.aichi.jp
    fussa.tokyo.jp
    futaba.fukushima.jp
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  8. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    fukushima.fukushima.jp
    fukushima.hokkaido.jp
    fukushima.jp
    fukuyama.hiroshima.jp
    fun
    funabashi.chiba.jp
    funagata.yamagata.jp
    funahashi.toyama.jp
    functions.fnc.fr-par.scw.cloud
    fund
    funnels.cx
    fuoisku.no
    fuossko.no
    furano.hokkaido.jp
    furniture
    furubira.hokkaido.jp
    furudono.fukushima.jp
    furukawa.miyagi.jp
    fusa.no
    fuso.aichi.jp
    fussa.tokyo.jp
    futaba.fukushima.jp
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
Back to top