- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for setMaxOutputResponse (0.14 sec)
-
src/main/java/jcifs/smb/SmbPipeInputStream.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Aug 05 07:12:23 UTC 2018 - 3.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/ioctl/Smb2IoctlRequest.java
this.maxInputResponse = maxInputResponse; } /** * @param maxOutputResponse * the maxOutputResponse to set */ public void setMaxOutputResponse ( int maxOutputResponse ) { this.maxOutputResponse = maxOutputResponse; } /** * @param inputData * the inputData to set */
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Aug 05 07:13:17 UTC 2018 - 7.8K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbPipeHandleImpl.java
req.setFlags(Smb2IoctlRequest.SMB2_O_IOCTL_IS_FSCTL); req.setInputData(new ByteEncodable(buf, off, length)); req.setMaxOutputResponse(maxRecvSize); Smb2IoctlResponse resp = th.send(req, RequestParam.NO_RETRY); return resp.getOutputLength(); } else if ( this.transact ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Apr 13 17:05:22 UTC 2020 - 10.3K bytes - Viewed (0)