- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for setNonPooled (0.09 sec)
-
src/main/java/jcifs/smb/SmbNamedPipe.java
*/ public SmbNamedPipe ( String url, int pipeType, boolean unshared, CIFSContext tc ) throws MalformedURLException { 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 Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 6K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTreeConnection.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 10:50:16 UTC 2020 - 31K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
return name; } /** * @param nonPooled * whether this file will use an exclusive connection */ protected void setNonPooled ( boolean nonPooled ) { this.treeConnection.setNonPooled(nonPooled); } /** * @return the transportContext */ @Deprecated public CIFSContext getTransportContext () {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu May 23 01:50:13 UTC 2024 - 82.3K bytes - Viewed (0)