- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for Trans2GetDfsReferralResponse (0.34 sec)
-
src/main/java/jcifs/smb1/smb1/Trans2GetDfsReferralResponse.java
* License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package jcifs.smb1.smb1; class Trans2GetDfsReferralResponse extends SmbComTransactionResponse { class Referral { private int version; private int size; private int serverType; private int flags; private int proximity;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 5.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/trans2/Trans2GetDfsReferralResponse.java
private final DfsReferralResponseBuffer dfsResponse = new DfsReferralResponseBuffer(); /** * Constructs a Trans2GetDfsReferralResponse with the specified configuration. * * @param config the SMB configuration */ public Trans2GetDfsReferralResponse(final Configuration config) { super(config); this.setSubCommand(SmbComTransaction.TRANS2_GET_DFS_REFERRAL); } /**
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/dfs/Referral.java
*/ package jcifs.internal.dfs; import java.util.ArrayList; import java.util.List; import jcifs.Decodable; import jcifs.RuntimeCIFSException; import jcifs.internal.smb1.trans2.Trans2GetDfsReferralResponse; import jcifs.internal.util.SMBUtil; import jcifs.util.Strings; /** * Represents a DFS (Distributed File System) referral entry containing server redirection information.
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 7.1K bytes - Viewed (0)