- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for isIPC (0.01 sec)
-
src/test/java/jcifs/SmbResourceLocatorTest.java
return null; } } @Override public Address getAddress() { return null; } @Override public boolean isIPC() { return false; } @Override public int getType() { return 0; } @Override public boolean isWorkgroup() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 8K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbNamedPipe.java
super(url, tc); this.pipeType = pipeType; setNonPooled(unshared); if (!getLocator().isIPC()) { throw new MalformedURLException("Named pipes are only valid on IPC$"); } this.fileLocator.updateType(TYPE_NAMED_PIPE); } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.2K bytes - Viewed (0) -
src/main/java/jcifs/SmbResourceLocator.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.4K bytes - Viewed (0)