- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setDaemon (0.24 sec)
-
src/main/java/jcifs/smb1/smb1/SmbFile.java
throw new SmbException("Source and destination paths overlap."); } } catch (final UnknownHostException uhe) {} w = new WriterThread(); w.setDaemon(true); w.start(); /* Downgrade one transport to the lower of the negotiated buffer sizes * so we can just send whatever is received. */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
throw new SmbException("Source and destination paths overlap."); } final WriterThread w = new WriterThread(); w.setDaemon(true); try { w.start(); // use commonly acceptable buffer size final int bsize = Math.min(sh.getReceiveBufferSize() - 70, dh.getSendBufferSize() - 70);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0)