Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 51 of 51 for valido (0.16 sec)

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

        /**
         * @param key
         * @return
         * @throws SmbException
         */
        protected Response createNotification ( Long key ) throws SmbException {
            if ( key == null ) {
                // no valid header
                return null;
            }
            if ( this.smb2 ) {
                if ( key != -1 ) {
                    return null;
                }
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Wed Jan 18 23:47:00 GMT 2023
    - 67K bytes
    - Viewed (0)
Back to top