Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Turing (0.23 sec)

  1. src/main/java/jcifs/smb/SmbTransportImpl.java

        }
    
    
        @Override
        public String toString () {
            return super.toString() + "[" + this.address + ":" + this.port + ",state=" + this.state + ",signingEnforced=" + this.signingEnforced
                    + ",usage=" + this.getUsageCount() + "]";
        }
    
    
        /* DFS */
        @Override
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Wed Jan 18 23:47:00 GMT 2023
    - 67K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbFile.java

         *
         * @param url
         *            A URL string
         * @throws MalformedURLException
         *             If the <code>parent</code> and <code>child</code> parameters
         *             do not follow the prescribed syntax
         */
        @Deprecated
        public SmbFile ( String url ) throws MalformedURLException {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 81.6K bytes
    - Viewed (0)
Back to top