Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Smb2NegotiateRequest (0.07 sec)

  1. src/main/java/jcifs/internal/smb2/nego/Smb2NegotiateRequest.java

    /**
     * SMB2 Negotiate Protocol request message.
     *
     * This command is used to negotiate the SMB protocol dialect
     * and security parameters between client and server.
     *
     * @author mbechler
     */
    public class Smb2NegotiateRequest extends ServerMessageBlock2Request<Smb2NegotiateResponse> implements SmbNegotiationRequest {
    
        private final int[] dialects;
        private int capabilities;
        private final byte[] clientGuid = new byte[16];
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 9.3K bytes
    - Viewed (0)
Back to top