- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for getIfModifiedSince (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 22.1K bytes - Click Count (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
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 25.6K bytes - Click Count (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);
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 12.6K bytes - Click Count (0)