- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getContextName (0.05 sec)
-
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; }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 2K bytes - Viewed (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; }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 1.9K bytes - Viewed (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; }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 3K bytes - Viewed (0)