Interface IPrematchHandle

    • Method Detail

      • process

        void process​(String s)
        This is for the prematch handle to process the incoming string (such as cache it, trim it, etc).

        Parameters:
        s -
      • release

        String release()
        This is to release the string. Note, depending on the actual implementation of the pre-match handle, the released string can have multiple lines.

        Returns:
        a String object.