Interface MultipartContent

    • Method Detail

      • parseLine

        void parseLine​(String line)
        Add the line to the content.
        Parameters:
        line - The line to add.
      • stripLastNewline

        void stripLastNewline()
        Informs the Content that the last newline should be removed again. The newline before a boundary is part of the boundary, not of the content.
      • isFinished

        MultipartContent.IsFinished isFinished()
        Gives the parse-state of the Content. This indicates if more content is expected or not.
        Returns:
        the parse-state of the Content.