Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Attempts (0.2 sec)

  1. okhttp/src/test/java/okhttp3/CallTest.kt

            url = server.url("/"),
            body =
              object : RequestBody() {
                var attempt = 0
    
                override fun contentType(): MediaType? {
                  return null
                }
    
                override fun writeTo(sink: BufferedSink) {
                  sink.writeUtf8("attempt " + attempt++)
                }
              },
          )
        val response = client.newCall(request).execute()
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 142.5K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    into this they slipped the guinea-pig, head first, and then sat
    upon it.)
    
      `I'm glad I've seen that done,' thought Alice.  `I've so often
    read in the newspapers, at the end of trials, "There was some
    attempts at applause, which was immediately suppressed by the
    officers of the court," and I never understood what it meant
    till now.'
    
      `If that's all you know about it, you may stand down,'
    continued the King.
    
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

        server.protocolNegotiationEnabled = true
        server.protocols = client.protocols
      }
    
      /**
       * Used during tests that involve TLS connection fallback attempts. OkHttp includes the
       * TLS_FALLBACK_SCSV cipher on fallback connections. See [FallbackTestClientSocketFactory]
       * for details.
       */
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Jan 20 10:30:28 GMT 2024
    - 131.7K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    into this they slipped the guinea-pig, head first, and then sat
    upon it.)
    
      `I'm glad I've seen that done,' thought Alice.  `I've so often
    read in the newspapers, at the end of trials, "There was some
    attempts at applause, which was immediately suppressed by the
    officers of the court," and I never understood what it meant
    till now.'
    
      `If that's all you know about it, you may stand down,'
    continued the King.
    
    Plain Text
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
Back to top