Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Smb2OplockBreakNotification (4.03 sec)

  1. src/main/java/jcifs/internal/smb2/lock/Smb2OplockBreakNotification.java

     *
     * @author mbechler
     *
     */
    public class Smb2OplockBreakNotification extends ServerMessageBlock2Response {
    
        private byte oplockLevel;
        private byte[] fileId;
    
        /**
         * Constructs an SMB2 oplock break notification with the given configuration.
         *
         * @param config the configuration for this notification
         */
        public Smb2OplockBreakNotification(final Configuration config) {
            super(config);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 2.9K bytes
    - Viewed (0)
Back to top