Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for temporary (0.07 sec)

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

        assertThat(responseString).isEqualTo("This page has moved!")
      }
    
      private fun testRedirect(
        temporary: Boolean,
        method: String,
      ) {
        val response1 =
          MockResponse
            .Builder()
            .code(
              if (temporary) HTTP_TEMP_REDIRECT else HTTP_PERM_REDIRECT,
            ).addHeader("Location: /page2")
        if (method != "HEAD") {
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Sat Jun 21 20:36:35 UTC 2025
    - 133.2K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/SmbFile.java

         * {@code getType()}, {@code getDomainName()}, {@code getAccountName()},
         * or {@code toString()} is called, the names will attempt to be
         * resolved. If the names cannot be resolved (e.g. due to temporary
         * network failure), the said methods will return default values (usually
         * {@code S-X-Y-Z} strings of fragments of).
         * <p>
         * Alternatively {@code getSecurity(true)} may be used to resolve all
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 112.2K bytes
    - Viewed (0)
Back to top