- Sort Score
- Result 10 results
- Languages All
Results 21 - 24 of 24 for SmbNamedPipe (0.04 sec)
- 
				
				src/test/java/jcifs/smb/SmbPipeHandleInternalTest.javaimport jcifs.internal.smb2.ioctl.Smb2IoctlRequest; import jcifs.internal.smb2.ioctl.Smb2IoctlResponse; @ExtendWith(MockitoExtension.class) class SmbPipeHandleInternalTest { @Mock private SmbNamedPipe pipe; @Mock private SmbTreeHandleImpl tree; @Mock private SmbFileHandleImpl fh; @Mock private Smb2IoctlResponse ioctlResp; @Mock private Configuration config;Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 16.7K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/smb/SmbPipeInputStreamTest.javaimport jcifs.internal.smb2.ioctl.SrvPipePeekResponse; @ExtendWith(MockitoExtension.class) class SmbPipeInputStreamTest { @Mock SmbPipeHandleImpl handle; @Mock SmbNamedPipe pipe; @Mock SmbTreeHandleImpl tree; @Mock SmbFileHandleImpl fd; @Mock Configuration config; private SmbPipeInputStream newStreamWithInit(boolean smb2) throws CIFSException {Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.9K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/smb/SmbPipeHandleImplTest.javaimport jcifs.internal.smb2.ioctl.Smb2IoctlResponse; @ExtendWith(MockitoExtension.class) @MockitoSettings(strictness = Strictness.LENIENT) class SmbPipeHandleImplTest { @Mock SmbNamedPipe pipe; @Mock SmbTreeHandleImpl tree; @Mock SmbFileHandleImpl fileHandle; @Mock Configuration config; private SmbPipeHandleImpl target; @BeforeEachRegistered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.7K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/smb1/smb1/SmbFile.javafinal SmbComNTCreateAndX request = new SmbComNTCreateAndX(unc, flags, access, shareAccess, attrs, options, null); if (this instanceof SmbNamedPipe) { request.flags0 |= 0x16; request.desiredAccess |= 0x20000; response.isExtended = true; } send(request, response); Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0)