Uses of Class
com.hierynomus.smbj.connection.packet.SMB2PacketHandler
Packages that use SMB2PacketHandler
-
Uses of SMB2PacketHandler in com.hierynomus.smbj.connection.packet
Subclasses of SMB2PacketHandler in com.hierynomus.smbj.connection.packetModifier and TypeClassDescriptionclass
3.2.5.1.5 Handling Asynchronous Responses If SMB2_FLAGS_ASYNC_COMMAND is set in the Flags field of the SMB2 header of the response and the Status field in the SMB2 header is STATUS_PENDING, the client MUST mark the request in Connection.OutstandingRequests as being handled asynchronously by storing the AsyncId of the response in Request.AsyncId.class
[MS-SMB2] 3.2.5.1.9 Handling Compounded Responsesclass
[MS-SMB2] 3.2.5.1.4 Granting Message Credits If CreditResponse is greater than 0, the client MUST insert the newly granted credits into the Connection.SequenceWindow.class
[MS-SMB2] 3.2.5.1.2 Finding the Application Request for This Responseclass
[MS-SMB2] 3.2.5.1.7 Handling Incorrectly Formatted Responses AND 3.2.5.1.8 Processing the Responseclass
3.2.5.1.3 Verifying the Signature If the client implements the SMB 3.x dialect family and if the decryption in section 3.2.5.1.1 succeeds, the client MUST skip the processing in this section.