- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for getContextName (0.07 seconds)
-
src/main/java/jcifs/internal/smb2/persistent/DurableHandleReconnectResponse.java
} // No data to decode return 0; } /** * Get the context name as string * @return the context name */ public String getContextName() { return CONTEXT_NAME; }Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 21 04:51:33 GMT 2025 - 2K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/persistent/DurableHandleResponse.java
System.arraycopy(buffer, bufferIndex, reserved, 0, 8); return 8; } /** * Get the context name as string * @return the context name */ public String getContextName() { return CONTEXT_NAME; }
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 21 04:51:33 GMT 2025 - 1.9K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/persistent/DurableHandleV2Response.java
return (flags & Smb2HandleCapabilities.SMB2_DHANDLE_FLAG_PERSISTENT) != 0; } /** * Get the context name as string * @return the context name */ public String getContextName() { return CONTEXT_NAME; }
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 21 04:51:33 GMT 2025 - 3K bytes - Click Count (0)