Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getDfsPath (0.04 sec)

  1. src/test/java/jcifs/SmbResourceLocatorTest.java

                return null;
            }
    
            @Override
            public String getServer() {
                return null;
            }
    
            @Override
            public String getDfsPath() {
                return null;
            }
    
            @Override
            public int getPort() {
                return 0;
            }
    
            @Override
            public URL getURL() {
                try {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 8K bytes
    - Viewed (0)
  2. src/main/java/jcifs/SmbResourceLocator.java

         * this method will return the referral path to which it maps. Otherwise
         * <code>null</code> is returned.
         *
         * @return URL to the DFS volume
         */
        String getDfsPath();
    
        /**
         * Returns the transport port number for this SMB resource connection.
         *
         * @return the transport port, if specified
         */
        int getPort();
    
        /**
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 6.4K bytes
    - Viewed (0)
Back to top