- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for setEpoch (0.04 seconds)
-
src/main/java/jcifs/internal/smb2/create/LeaseV2CreateContextRequest.java
/** * Gets the lease epoch for V2 lease versioning * @return the epoch */ public int getEpoch() { return epoch; } /** * Sets the lease epoch for V2 lease versioning * @param epoch the epoch to set */ public void setEpoch(int epoch) { this.epoch = epoch; } @Override public int size() {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 02:21:31 GMT 2025 - 6.2K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/create/LeaseV2CreateContextResponse.java
*/ public Smb2LeaseKey getParentLeaseKey() { return parentLeaseKey; } /** * Gets the lease epoch from the V2 response * @return the epoch */ public int getEpoch() { return epoch; } @Override public int decode(byte[] buffer, int bufferIndex, int len) throws SMBProtocolDecodingException { int start = bufferIndex; if (len < 52) {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 02:21:31 GMT 2025 - 3.6K bytes - Click Count (0)