Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setResolveInDfs (0.21 sec)

  1. src/main/java/jcifs/internal/RequestWithPath.java

        void setFullUNCPath(String domain, String server, String fullPath);
    
        /**
         * Sets whether to resolve this request path in DFS.
         *
         * @param resolve true to enable DFS resolution
         */
        void setResolveInDfs(boolean resolve);
    
        /**
         * Checks if this request should be resolved in DFS.
         *
         * @return whether to resolve the request path in DFS
         */
        boolean isResolveInDfs();
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 2.3K bytes
    - Viewed (0)
Back to top