Interface DecodeBufferPolicy

    • Method Detail

      • afterPartialDecode

        default void afterPartialDecode​(ByteBuf buffer)
        Callback that is invoked after partially decoding a command.
        Parameters:
        buffer - aggregation buffer
      • afterCommandDecoded

        default void afterCommandDecoded​(ByteBuf buffer)
        Callback that is invoked after a command has been fully decoded.
        Parameters:
        buffer - aggregation buffer
      • afterDecoding

        default void afterDecoding​(ByteBuf buffer)
        Callback that is invoked after leaving the decode loop.
        Parameters:
        buffer - aggregation buffer