Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for SessionSetup (0.18 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/jcifs/smb1/smb1/SmbSessionTest.java

            resp.received = true;
    
            session.transport(); // initialise transport
    
            // Mock the sessionSetup behavior to avoid actual network calls
            // The sessionSetup method would normally send authentication messages
            // Only mark the sessionSetup response as received, not the actual request/response
            doAnswer(invocation -> {
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 5.6K bytes
    - Click Count (0)
  2. src/main/java/jcifs/smb/SmbSessionImpl.java

                    }
    
                    T chainedResponse;
                    try {
                        chainedResponse = sessionSetup(request, response);
                    } catch (GeneralSecurityException e) {
                        throw new SmbException("Session setup failed", e);
                    }
    
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sun Aug 31 08:00:57 GMT 2025
    - 68.9K bytes
    - Click Count (0)
Back to Top