Interface PacketData<B extends Buffer<B>>
- Type Parameters:
B- The Buffer type.
- All Known Implementing Classes:
DeadLetterPacketData, SMB1PacketData, SMB2DecryptedPacketData, SMB2PacketData, SMB3CompressedPacketData, SMB3EncryptedPacketData, SMBPacketData
public interface PacketData<B extends Buffer<B>>
Represents the received (potentially partially deserialized) packet data.
-
Method Summary
-
Method Details
-
getDataBuffer
B getDataBuffer()
-