- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for Smb2SetInfoResponse (0.41 sec)
-
src/main/java/jcifs/internal/smb2/info/Smb2SetInfoResponse.java
* * @author mbechler * */ public class Smb2SetInfoResponse extends ServerMessageBlock2Response { /** * Constructs a SMB2 set info response with the specified configuration * * @param config * the configuration to use for this response */ public Smb2SetInfoResponse(final Configuration config) { super(config); } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.3K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/info/Smb2SetInfoRequest.java
* jcifs.internal.smb2.ServerMessageBlock2Request) */ @Override protected Smb2SetInfoResponse createResponse(final CIFSContext tc, final ServerMessageBlock2Request<Smb2SetInfoResponse> req) { return new Smb2SetInfoResponse(tc.getConfig()); } /** * {@inheritDoc} * * @see jcifs.internal.CommonServerMessageBlockRequest#size() */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.7K bytes - Viewed (0)