- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getNegotiatedCapabilities (0.14 sec)
-
src/main/java/jcifs/internal/smb1/com/SmbComNegotiateResponse.java
*/ public int getDialectIndex () { return this.dialectIndex; } /** * @return the negotiated capbilities */ public int getNegotiatedCapabilities () { return this.capabilities; } /** * * @return negotiated send buffer size */ public int getNegotiatedSendBufferSize () {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 10:52:42 UTC 2020 - 15.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/SmbComSessionSetupAndX.java
throws SmbException, GeneralSecurityException { super(tc.getConfig(), SMB_COM_SESSION_SETUP_ANDX, andx); this.negotiated = negotiated; this.capabilities = negotiated.getNegotiatedCapabilities(); ServerData server = negotiated.getServerData(); if ( server.security == SmbConstants.SECURITY_USER ) { if ( cred instanceof NtlmPasswordAuthenticator ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Mar 17 10:20:23 UTC 2019 - 8.8K bytes - Viewed (0)