- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getSessionFlags (0.08 sec)
-
src/main/java/jcifs/smb/SmbSessionImpl.java
} else if ( !this.credentials.isAnonymous() && response.isLoggedInAsGuest() ) { anonymous = true; } if ( ( response.getSessionFlags() & Smb2SessionSetupResponse.SMB2_SESSION_FLAG_ENCRYPT_DATA ) != 0 ) { throw new SmbUnsupportedOperationException("Server requires encryption, not yet supported."); }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Nov 14 17:41:04 UTC 2021 - 49K bytes - Viewed (0)