Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for SmbComBlankResponse (0.13 sec)

  1. src/main/java/jcifs/smb1/smb1/SmbFile.java

            isExists = true;
    
            attrExpiration = sizeExpiration =
                    System.currentTimeMillis() + attrExpirationPeriod;
        }
    
        private SmbComBlankResponse blank_resp() {
            if( blank_resp == null ) {
                blank_resp = new SmbComBlankResponse();
            }
            return blank_resp;
        }
        void resolveDfs(ServerMessageBlock request) throws SmbException {
            if (request instanceof SmbComClose)
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
Back to top