- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for DfsReferralResponseBuffer (0.17 sec)
-
src/main/java/jcifs/internal/dfs/DfsReferralResponseBuffer.java
* * @author mbechler */ public class DfsReferralResponseBuffer implements Decodable { /** * Default constructor for DfsReferralResponseBuffer. * Initializes the DFS referral response buffer for parsing server responses. */ public DfsReferralResponseBuffer() { // Default constructor } private int pathConsumed;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/trans2/Trans2GetDfsReferralResponse.java
/** * Indicates non-root targets in the DFS referral. */ public static final int TYPE_NON_ROOT_TARGETS = 0x1; private final DfsReferralResponseBuffer dfsResponse = new DfsReferralResponseBuffer(); /** * Constructs a Trans2GetDfsReferralResponse with the specified configuration. * * @param config the SMB configuration */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/ioctl/Smb2IoctlResponse.java
*/ package jcifs.internal.smb2.ioctl; import jcifs.Configuration; import jcifs.Decodable; import jcifs.internal.SMBProtocolDecodingException; import jcifs.internal.dfs.DfsReferralResponseBuffer; import jcifs.internal.smb2.ServerMessageBlock2Response; import jcifs.internal.util.SMBUtil; import jcifs.smb.NtStatus; import jcifs.smb.SmbException; /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 8.9K bytes - Viewed (0)