- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for Smb2TreeDisconnectResponse (0.27 sec)
-
src/main/java/jcifs/internal/smb2/tree/Smb2TreeDisconnectResponse.java
* has been successfully disconnected. * * @author mbechler */ public class Smb2TreeDisconnectResponse extends ServerMessageBlock2Response { /** * Creates a new SMB2 tree disconnect response. * * @param config the CIFS configuration */ public Smb2TreeDisconnectResponse(final Configuration config) { super(config); } /** * {@inheritDoc} *Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/tree/Smb2TreeDisconnectRequest.java
/** * Creates a new SMB2 tree disconnect request to close a tree connection. * * @param config the CIFS configuration */ public Smb2TreeDisconnectRequest(final Configuration config) { super(config, SMB2_TREE_DISCONNECT); } @Override protected Smb2TreeDisconnectResponse createResponse(final CIFSContext tc,Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.5K bytes - Viewed (0)