- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for setMaxVersion (0.29 sec)
-
src/main/java/jcifs/internal/smb2/rdma/RdmaNegotiateRequest.java
*/ public int getMaxVersion() { return maxVersion; } /** * Set maximum protocol version * * @param maxVersion maximum version */ public void setMaxVersion(int maxVersion) { this.maxVersion = maxVersion; } /** * Get number of credits requested * * @return credits requested */ public int getCreditsRequested() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 05:11:12 UTC 2025 - 4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/rdma/SmbDirectNegotiateRequest.java
return maxVersion; } /** * Set the maximum SMB Direct protocol version * * @param maxVersion maximum protocol version */ public void setMaxVersion(int maxVersion) { this.maxVersion = maxVersion; } /** * Get the number of send credits requested * * @return credits requested */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 5.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/rdma/SmbDirectNegotiateResponse.java
return maxVersion; } /** * Set the maximum SMB Direct protocol version * * @param maxVersion maximum protocol version */ public void setMaxVersion(int maxVersion) { this.maxVersion = maxVersion; } /** * Get the negotiated SMB Direct protocol version * * @return negotiated protocol version */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 9.3K bytes - Viewed (0)