- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for Smb2OplockBreakNotification (0.11 sec)
-
src/main/java/jcifs/internal/smb2/lock/Smb2OplockBreakNotification.java
import jcifs.util.Hexdump; /** * @author mbechler * */ public class Smb2OplockBreakNotification extends ServerMessageBlock2Response { private byte oplockLevel; private byte[] fileId; /** * @param config */ public Smb2OplockBreakNotification ( Configuration config ) { super(config); } /** * {@inheritDoc} *
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 2.6K bytes - Viewed (0)