DROP_MESSAGE

const val DROP_MESSAGE: Int = 1

Special constant to drop the message early in the decoder, avoiding slicing and decoding of the message to begin with.

The Netty message decoder will simply skip over those bytes if this response is received.