- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getLastUseTime (0.05 sec)
-
src/main/java/jcifs/smb/SmbTransportPoolImpl.java
for (SmbTransportImpl transport : connections) { try { // Check if connection has been idle too long // Note: getLastUseTime() method would need to be added to SmbTransportImpl // For now, we'll use a simple disconnected check if (transport.isDisconnected()) { idle.add(transport);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 33.4K bytes - Viewed (0)