- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getIfModifiedSince (0.66 sec)
-
src/main/java/jcifs/smb1/http/NtlmHttpURLConnection.java
connection.setIfModifiedSince(ifModifiedSince); this.ifModifiedSince = ifModifiedSince; } @Override public long getIfModifiedSince() { return connection.getIfModifiedSince(); } @Override public boolean getDefaultUseCaches() { return connection.getDefaultUseCaches(); } @Override
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 22.1K bytes - Viewed (0) -
src/main/java/jcifs/http/NtlmHttpURLConnection.java
this.connection.setIfModifiedSince(ifModifiedSince); this.ifModifiedSince = ifModifiedSince; } @Override public long getIfModifiedSince() { return this.connection.getIfModifiedSince(); } @Override public boolean getDefaultUseCaches() { return this.connection.getDefaultUseCaches(); } @Override
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 25.6K bytes - Viewed (0) -
src/test/java/jcifs/http/NtlmHttpURLConnectionTest.java
when(mockConnection.getAllowUserInteraction()).thenReturn(true); when(mockConnection.getDoInput()).thenReturn(true); when(mockConnection.getDoOutput()).thenReturn(true); when(mockConnection.getIfModifiedSince()).thenReturn(12345L); when(mockConnection.getUseCaches()).thenReturn(false); when(mockConnection.getReadTimeout()).thenReturn(1000); when(mockConnection.getConnectTimeout()).thenReturn(2000);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 12.6K bytes - Viewed (0)