Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for isAsync (0.05 sec)

  1. src/main/java/jcifs/internal/smb1/ServerMessageBlock.java

         */
        @Override
        public int size() {
            return 0;
        }
    
        /**
         * {@inheritDoc}
         *
         * @see jcifs.internal.CommonServerMessageBlockResponse#isAsync()
         */
        @Override
        public boolean isAsync() {
            return false;
        }
    
        /**
         * {@inheritDoc}
         *
         * @see jcifs.internal.CommonServerMessageBlockRequest#isResponseAsync()
         */
        @Override
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 38.9K bytes
    - Viewed (0)
  2. src/main/java/jcifs/internal/smb2/ServerMessageBlock2.java

            this.readSize = readSize;
        }
    
        /**
         * Checks whether this message is an asynchronous message.
         *
         * @return the async
         */
        public boolean isAsync() {
            return this.async;
        }
    
        /**
         * @param command
         *            the command to set
         */
        @Override
        public final void setCommand(final int command) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 24K bytes
    - Viewed (0)
Back to top