- Sort Score
- Num 10 results
- Language All
Results 21 - 25 of 25 for setExpiration (0.08 seconds)
-
src/main/java/jcifs/http/NtlmHttpURLConnection.java
@Override public String getContentEncoding() { handshake(); return this.connection.getContentEncoding(); } @Override public long getExpiration() { handshake(); return this.connection.getExpiration(); } @Override public long getDate() { handshake(); return this.connection.getDate(); } @OverrideCreated: 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/internal/smb2/lock/Smb2LockResponseTest.java
// Test some inherited methods assertFalse(response.isReceived()); assertFalse(response.isError()); assertNull(response.getExpiration()); } @Test @DisplayName("Should handle multiple configurations") void testMultipleConfigurations() throws SMBProtocolDecodingException {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 17.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
final long now = ComponentUtil.getSystemHelper().getCurrentTimeAsLong(); states.entrySet() .stream() .filter(e -> (now - e.getValue().getExpiration()) / 1000L > getStateTtl()) .map(Map.Entry::getKey) .collect(Collectors.toList()) .forEach(s -> { if (logger.isDebugEnabled()) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 08:03:27 GMT 2026 - 56.8K bytes - Click Count (0) -
src/main/java/jcifs/smb/DfsImpl.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 29.7K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
* @return this session's UID */ public int getUid() { return this.uid; } /** * @return this session's expiration time */ public Long getExpiration() { return this.expiration > 0 ? this.expiration : null; } /** * @return this session's credentials */ public CredentialsInternal getCredentials() {
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 68.9K bytes - Click Count (0)