Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 23 of 23 for capabilities (0.18 sec)

  1. src/main/java/jcifs/Configuration.java

        /**
         * 
         * 
         * @return virtual circuit number to use
         */
        int getVcNumber ();
    
    
        /**
         * 
         * Property <tt>jcifs.smb.client.capabilities</tt> (int)
         * 
         * @return custom capabilities
         */
        int getCapabilities ();
    
    
        /**
         * 
         * 
         * Property <tt>jcifs.smb.client.flags2</tt> (int)
         * 
         * @return custom flags2
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Thu Jan 05 13:06:39 GMT 2023
    - 18K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbFile.java

                log.debug("queryPath: " + path);
            }
    
            /*
             * We really should do the referral before this in case
             * the redirected target has different capabilities. But
             * the way we have been doing that is to call exists() which
             * calls this method so another technique will be necessary
             * to support DFS referral _to_ Win95/98/ME.
             */
    
    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)
  3. src/main/java/jcifs/internal/smb1/com/ServerData.java

    @SuppressWarnings ( "javadoc" )
    public class ServerData {
    
        public byte sflags;
        public int sflags2;
        public int smaxMpxCount;
        public int maxBufferSize;
        public int sessKey;
        public int scapabilities;
        public String oemDomainName;
        public int securityMode;
        public int security;
        public boolean encryptedPasswords;
        public boolean signaturesEnabled;
        public boolean signaturesRequired;
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 1.4K bytes
    - Viewed (0)
Back to top