- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for Smb2NegotiateResponse (0.08 seconds)
-
src/main/java/jcifs/smb/SmbTransportImpl.java
final int n = negotiateWrite(comNeg, true); negotiatePeek(); if (this.smb2) { final Smb2NegotiateResponse r = new Smb2NegotiateResponse(getContext().getConfig()); r.decode(this.sbuf, 4); r.received(); if (r.getDialectRevision() == Smb2Constants.SMB2_DIALECT_ANY) {
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 69.8K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
ServerMessageBlock2Request<?> chain, T andxResponse) throws CIFSException, GeneralSecurityException { final Smb2NegotiateResponse negoResp = (Smb2NegotiateResponse) trans.getNegotiateResponse(); Smb2SessionSetupRequest request = null; Smb2SessionSetupResponse response = null; SmbException ex = null; SSPContext ctx = null;
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)