Class SMB2CreditGrantingPacketHandler
java.lang.Object
com.hierynomus.smbj.connection.packet.AbstractIncomingPacketHandler
com.hierynomus.smbj.connection.packet.SMB2PacketHandler
com.hierynomus.smbj.connection.packet.SMB2CreditGrantingPacketHandler
- All Implemented Interfaces:
IncomingPacketHandler
[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. For each credit that is granted, the client MUST insert the next highest value into the
sequence window, as specified in section 3.2.4.1.6. The client MUST then signal any requests that were waiting for
available message identifiers to continue processing.
-
Field Summary
FieldsFields inherited from class com.hierynomus.smbj.connection.packet.AbstractIncomingPacketHandler
next
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.hierynomus.smbj.connection.packet.SMB2PacketHandler
canHandle, doHandle
Methods inherited from class com.hierynomus.smbj.connection.packet.AbstractIncomingPacketHandler
handle, setNext
-
Field Details
-
logger
private static final org.slf4j.Logger logger -
sequenceWindow
-
-
Constructor Details
-
SMB2CreditGrantingPacketHandler
-
-
Method Details
-
doSMB2Handle
- Specified by:
doSMB2Handle
in classSMB2PacketHandler
- Throws:
TransportException
-