- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for SmbDirectNegotiateResponse (0.43 sec)
-
src/main/java/jcifs/internal/smb2/rdma/SmbDirectNegotiateResponse.java
* @return decoded response */ public static SmbDirectNegotiateResponse decode(byte[] data, int offset) { if (data.length - offset < 32) { throw new IllegalArgumentException("Invalid SMB Direct Negotiate Response length"); } SmbDirectNegotiateResponse response = new SmbDirectNegotiateResponse(); int idx = offset;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 9.3K bytes - Viewed (0)