Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CreditCharge (0.04 sec)

  1. src/main/java/jcifs/internal/smb2/ServerMessageBlock2.java

            this.credit = credit;
        }
    
        /**
         * Gets the credit charge for this message.
         *
         * @return the creditCharge
         */
        public final int getCreditCharge() {
            return this.creditCharge;
        }
    
        @Override
        public void retainPayload() {
            this.retainPayload = true;
        }
    
        @Override
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 24K bytes
    - Viewed (0)
  2. src/main/java/jcifs/internal/util/SMBUtil.java

         */
        public static final byte[] SMB2_HEADER = { (byte) 0xFE, (byte) 'S', (byte) 'M', (byte) 'B', // ProtocolId
                (byte) 64, (byte) 0x00, // StructureSize (LE)
                (byte) 0x00, (byte) 0x00, // CreditCharge (reserved 2.0.2)
                (byte) 0x00, (byte) 0x00, // ChannelSequence
                (byte) 0x00, (byte) 0x00, // Reserved
                (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, // Status
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 8K bytes
    - Viewed (0)
Back to top