- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for urlconnection (0.06 seconds)
-
src/main/java/jcifs/smb1/smb1/SmbFile.java
*/ @Override public String toString() { return Strings.maskSecretValue(url.toString()); } /* URLConnection implementation */ /** * This URLConnection method just returns the result of {@code length()}. * * @return the length of this file or 0 if it refers to a directory */ @OverrideCreated: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 112.2K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbFile.java
*/ @Override public String toString() { return Strings.maskSecretValue(url.toString()); } /* URLConnection implementation */ /** * This URLConnection method just returns the result of {@code length()}. * * @return the length of this file or 0 if it refers to a directory */ @Deprecated @OverrideCreated: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 103.2K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt
call.cancel() assertFailsWith<IOException> { call.execute() } } @Test fun defaultRequestProperty() { URLConnection.setDefaultRequestProperty("X-testSetDefaultRequestProperty", "A") assertThat(URLConnection.getDefaultRequestProperty("X-setDefaultRequestProperty")).isNull() } /** * Reads `count` characters from the stream. If the stream is exhausted before `count`
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sat Jun 21 20:36:35 GMT 2025 - 133.2K bytes - Click Count (0)