Interface ChunkChecksum


public interface ChunkChecksum
API to check the content of message chunks.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ChunkChecksum
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    checksum(ByteBuf byteBuf, long dataLength, long expected)
     
  • Field Details

  • Method Details

    • checksum

      void checksum(ByteBuf byteBuf, long dataLength, long expected)