- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 41 for ESTABLISHED (0.49 sec)
-
src/main/java/jcifs/smb/SmbTreeImpl.java
if (request == null || chainedResponse != null && chainedResponse.isReceived()) { return chainedResponse; } // fall trough if the tree connection is already established // and send it as a separate request instead String svc = null; final int t = this.tid; request.setTid(t); if (!transport.isSMB2()) {
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 30K bytes - Viewed (0) -
src/test/java/jcifs/http/NtlmHttpURLConnectionTest.java
*/ @Test void testConnect() throws Exception { // Act ntlmConnection.connect(); // Assert verify(mockConnection).connect(); // Connection should be established after connect } /** * Test that disconnect() calls disconnect() on the underlying connection and resets state. */ @Test void testDisconnect() throws Exception { // ActRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 12.6K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/net/protocol/gcs/Handler.java
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 9.6K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/net/protocol/s3/Handler.java
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 07:57:44 UTC 2025 - 9.5K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/net/protocol/storage/Handler.java
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 20 08:52:56 UTC 2025 - 11.1K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFileOutputStream.java
} return this.handle; } log.trace("File already open"); return this.handle.acquire(); } /** * Ensures that the tree connection is established. * * @return the tree handle * @throws CIFSException if an error occurs connecting to the tree */ protected SmbTreeHandleImpl ensureTreeConnected() throws CIFSException {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 12.8K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 68.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/Smb2EncryptionContext.java
} return needsRotation; } /** * Reset key rotation tracking after new keys are established */ public void resetKeyRotationTracking() { bytesEncrypted.set(0); encryptionStartTime = System.currentTimeMillis(); log.debug("Key rotation tracking reset"); }Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 35.5K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbTransport.java
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 31.8K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
} /** * Retrieves the tree handle for this SMB resource * * @return a tree handle * @throws CIFSException if the tree connection cannot be established */ public SmbTreeHandle getTreeHandle() throws CIFSException { return ensureTreeConnected(); } /** * {@inheritDoc}Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0)