Interface OctetBufferListener

    • Method Detail

      • onBeforeOctetBufferOverwrite

        void onBeforeOctetBufferOverwrite()
        Callback method that will be called before the (@link Decoder) octet buffer content is going to be changed. So it will be possible to preserve a read data by cloning, or perform other actions.