- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for CONTINUATION (0.04 sec)
-
src/main/java/jcifs/internal/smb1/trans2/Trans2FindNext2.java
import jcifs.Configuration; import jcifs.internal.smb1.trans.SmbComTransaction; import jcifs.internal.util.SMBUtil; import jcifs.util.Hexdump; /** * Trans2 FindNext2 request message for SMB1 directory enumeration continuation. * This class implements the TRANS2_FIND_NEXT2 transaction to retrieve subsequent * directory entries after a Trans2FindFirst2 request, supporting large directory listings. */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.5K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbTransport.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 31.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/api/WebApiManagerTest.java
assertFalse(chain.wasDoFilterCalled()); } public void test_process_withChainContinuation() throws IOException, ServletException { // Test process with chain continuation ChainingWebApiManager manager = new ChainingWebApiManager(); TestHttpServletRequest request = new TestHttpServletRequest(); TestHttpServletResponse response = new TestHttpServletResponse();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 26.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportImpl.java
log.trace(Hexdump.toHexString(buffer, 4, n)); } /* * For some reason this can sometimes get broken up into another * "NBSS Continuation Message" frame according to WireShark */ this.out.write(buffer, 0, 4 + n); this.out.flush(); } } finally {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 69.8K bytes - Viewed (0)