Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getResponseRaw (0.27 seconds)

  1. src/main/java/jcifs/internal/SmbNegotiation.java

        public byte[] getRequestRaw() {
            return this.negoReqBuffer;
        }
    
        /**
         * Gets the raw negotiation response buffer.
         *
         * @return the negoRespBuffer
         */
        public byte[] getResponseRaw() {
            return this.negoRespBuffer;
        }
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 2.5K bytes
    - Click Count (0)
Back to Top