Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SMB2_ECHO (0.25 sec)

  1. src/main/java/jcifs/internal/smb2/Smb2EchoRequest.java

        /**
         * Constructs an SMB2 echo request
         * @param config the client configuration
         */
        public Smb2EchoRequest(final Configuration config) {
            super(config, SMB2_ECHO);
        }
    
        @Override
        protected Smb2EchoResponse createResponse(final CIFSContext tc, final ServerMessageBlock2Request<Smb2EchoResponse> req) {
            return new Smb2EchoResponse(tc.getConfig());
        }
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 2.3K bytes
    - Viewed (0)
Back to top