- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getOplockLevel (0.1 sec)
-
src/main/java/jcifs/internal/smb1/com/SmbComNTCreateAndXResponse.java
*/ public final void setExtended ( boolean isExtended ) { this.isExtended = isExtended; } /** * @return the oplockLevel */ public final byte getOplockLevel () { return this.oplockLevel; } /** * @return the fid */ public final int getFid () { return this.fid; } /**
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 6.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/create/Smb2CreateResponse.java
( (RequestWithFileId) next ).setFileId(this.fileId); } super.prepare(next); } /** * @return the oplockLevel */ public final byte getOplockLevel () { return this.oplockLevel; } /** * @return the flags */ public final byte getOpenFlags () { return this.openFlags; } /**
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 8.6K bytes - Viewed (0)